Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e45236

Browse files
authored
docs: add warning around macOS install (#20253)
1 parent0c2288d commit2e45236

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎docs/install/index.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ curl -L https://coder.com/install.sh | sh
2727
Refer to[GitHub releases](https://github.com/coder/coder/releases) for
2828
alternate installation methods (e.g. standalone binaries, system packages).
2929

30+
>[!Warning]
31+
>If you're using an Apple Silicon Mac with ARM64 architecture, so M1/M2/M3/M4, you'll need to use an external PostgreSQL Database using the following commands:
32+
33+
```bash
34+
# Install PostgreSQL
35+
brew install postgresql@16
36+
37+
# Start PostgreSQL
38+
brew services start postgresql@16
39+
40+
# Create database
41+
createdb coder
42+
43+
# Run Coder with external database
44+
coder server --postgres-url="postgres://$(whoami)@localhost/coder?sslmode=disable"
45+
```
46+
3047
##Windows
3148

3249
If you plan to use the built-in PostgreSQL database, ensure that the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp