Skip to content

Commit 186aa3a

Browse files
authored
Update instruction for installing without Docker
1 parent becf1f0 commit 186aa3a

File tree

1 file changed

+1
-1
lines changed
  • site/content/contribute/developer-setup

1 file changed

+1
-1
lines changed

site/content/contribute/developer-setup/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The web app isn't exposed directly, it's exposed via the server. So if both serv
145145
```sh
146146
sudo apt install build-essential
147147
```
148-
1. Set `MM_NO_DOCKER` to `true` in the `server/config.mk` file.
148+
1. Copy the file `server/config.mk` as `server/config.override.mk` and set `MM_NO_DOCKER` to `true` in the copy.
149149
1. Install [PostgreSQL](https://www.postgresql.org/download/)
150150
1. Run `psql postgres`. Then create `mmuser` by running `CREATE ROLE mmuser WITH LOGIN PASSWORD 'mostest';`
151151
1. Modify the role to give rights to create a database by running `ALTER ROLE mmuser CREATEDB;`

0 commit comments

Comments
 (0)