Skip to content

Commit

Permalink
NixOS dev VM: add which databases are used by the create commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed May 20, 2023
1 parent 66847cf commit 8c93c26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/development/dev_nixos.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ also work for *ekklesia-voting* when you change the project name.
5. Initialize the dev database:

```
create_test_db
create_dev_db
```

This command populates the `ekklesia_portal` database.

6. Run the development server (look at `flake.nix` to see what this does):

```
Expand Down Expand Up @@ -148,6 +150,8 @@ also work for *ekklesia-voting* when you change the project name.
create_test_db
```

This command populates the `test_ekklesia_portal` database.

4. Run all tests:

```
Expand Down

0 comments on commit 8c93c26

Please sign in to comment.