Updated README

This commit is contained in:
Oleg Lavrovsky 2017-03-29 00:51:36 +02:00
parent e898834b06
commit a2359e7348
1 changed files with 6 additions and 1 deletions

View File

@ -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 createsuperuser
... createsuperuser
... compress
... collectstatic
docker-compose build web
docker-compose up -d
```