You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/index.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,23 @@ curl -L https://coder.com/install.sh | sh
27
27
Refer to[GitHub releases](https://github.com/coder/coder/releases) for
28
28
alternate installation methods (e.g. standalone binaries, system packages).
29
29
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
+
30
47
##Windows
31
48
32
49
If you plan to use the built-in PostgreSQL database, ensure that the