Updated README
This commit is contained in:
parent
e898834b06
commit
a2359e7348
1 changed files with 6 additions and 1 deletions
|
@ -64,5 +64,10 @@ We suggest using Docker or [Dokku](http://dokku.viewdocs.io/) for automated depl
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose run web python manage.py migrate
|
docker-compose run web python manage.py migrate
|
||||||
docker-compose run web python manage.py createsuperuser
|
... createsuperuser
|
||||||
|
... compress
|
||||||
|
... collectstatic
|
||||||
|
|
||||||
|
docker-compose build web
|
||||||
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue