migration-upgrade
This commit is contained in:
10
README.md
10
README.md
@@ -24,10 +24,8 @@ apt install redis nginx
|
||||
|
||||
First, install Postgres. Then you'll need some data
|
||||
```
|
||||
|
||||
psql -U postgres
|
||||
> create database discoursio;
|
||||
> \q
|
||||
brew install postgres
|
||||
createdb discoursio
|
||||
python server.py migrate
|
||||
```
|
||||
|
||||
@@ -42,3 +40,7 @@ python3 server.py dev
|
||||
|
||||
Put the header 'Authorization' with token from signIn query or registerUser mutation.
|
||||
|
||||
# How to debug Ackee
|
||||
|
||||
Set ACKEE_TOKEN var
|
||||
|
||||
|
Reference in New Issue
Block a user