Merge branch 'master' of https://gitfap.de/mrhanky/nxy
This commit is contained in:
commit
3aa72566c1
|
@ -17,8 +17,8 @@ CREATE DATABASE nxy_prod OWNER nxy;
|
|||
|
||||
Apply database schema and optionally restore a dump:
|
||||
```sh
|
||||
psql -U nxy -U nxy_prod < nxy/files/schema.sql
|
||||
psql -U nxy -U nxy_prod < path/to/dump.sql
|
||||
psql -U nxy -d nxy_prod < nxy/files/schema.sql
|
||||
psql -U nxy -d nxy_prod < path/to/dump.sql
|
||||
```
|
||||
|
||||
Clone git repo, create virtual env, activate it and install dependencies:
|
||||
|
|
Loading…
Reference in New Issue
Block a user