Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
didrikmunther authored Sep 5, 2024
1 parent d7d412a commit ef0d49e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ The web server will setup everything and connect itself to a postgis database. T

#### Migrate the database and create a super user

The database will not be up to date with the latest migrations. Run `./init-dev-environment.sh` to both migrate the database and to create a super user. The super user setup will guide you through giving the super user a name, email, and password. Enter whatever you feel is appropriate for your local development experience. If you only want to migrate the database, and not create a super user, simply exit the program using `ctrl+c` when it prompts you for the username for the super user. The server must be running in order to run this command.
The database will not be up to date with the latest migrations. Run:

1. `./init-dev-environment.sh`

to both migrate the database and to create a super user. The super user setup will guide you through giving the super user a name, email, and password. Enter whatever you feel is appropriate for your local development experience. If you only want to migrate the database, and not create a super user, simply exit the program using `ctrl+c` when it prompts you for the username for the super user. The server must be running in order to run this command.

> `ais-web-1 | Starting development server at http://0.0.0.0:3000/`
Expand Down

0 comments on commit ef0d49e

Please sign in to comment.