Update README.md
This commit is contained in:
parent
b8330ae377
commit
789e7571f9
|
@ -9,6 +9,8 @@
|
||||||
- ```cd nxy```
|
- ```cd nxy```
|
||||||
* Create virtualenv and install dependencies
|
* Create virtualenv and install dependencies
|
||||||
- ```mkvirtualenv -a $PWD -r $PWD/requirements.txt nxy```
|
- ```mkvirtualenv -a $PWD -r $PWD/requirements.txt nxy```
|
||||||
|
* Create needed tables in the database:
|
||||||
|
- ```psql -U <your db user> < schema.sql```
|
||||||
* Copy ```.env-example``` and insert values in ```.env``` (replace everything wrapped in < and >)
|
* Copy ```.env-example``` and insert values in ```.env``` (replace everything wrapped in < and >)
|
||||||
- ```cp .env-example .env```
|
- ```cp .env-example .env```
|
||||||
- ```vim .env```
|
- ```vim .env```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user