forked from potsda.mn/mobilizon
📘 Update manual install instuctions in readme
Closes #69 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
47aa03b1f2
commit
812140d401
|
@ -22,7 +22,7 @@ make
|
||||||
* Setup services:
|
* Setup services:
|
||||||
* Make sure the postgis extension is installed on your system.
|
* Make sure the postgis extension is installed on your system.
|
||||||
* Create a postgres user with database creation capabilities, using the
|
* Create a postgres user with database creation capabilities, using the
|
||||||
following: `createuser -d -P elixir` and set `elixir` as the password.
|
following: `createuser -d -P mobilizon` and set `mobilizon` as the password.
|
||||||
* Create your database with `mix ecto.create`.
|
* Create your database with `mix ecto.create`.
|
||||||
* Create the postgis extension on the database with a postgres user that has
|
* Create the postgis extension on the database with a postgres user that has
|
||||||
superuser capabilities: `psql mobilizon_dev`
|
superuser capabilities: `psql mobilizon_dev`
|
||||||
|
|
Loading…
Reference in a new issue