Revert "fix for production"

This reverts commit cded8d8ce6.
This commit is contained in:
bkfox
2016-11-24 16:32:06 +01:00
parent cded8d8ce6
commit 7e571a6794
4 changed files with 7 additions and 14 deletions

View File

@ -49,16 +49,12 @@ Python modules:
* `Pillow`: `aircox.cms` (needed by `wagtail`)
* Django's required database modules
External applications used by Aircox:
External applications:
* `liquidsoap`: `aircox` (generation of the audio streams)
* `sox`: `aircox` (check sounds quality and metadatas)
* note there might be external dependencies for python's Pillow too
* sqlite, mysql or any database library that you need to run a database, that is supported by python
External applications used to run Aircox properly
* `supervisorctl`: optional, supervise services provided by Aircox
* `gunicorn`: WSGI server (included in `requirements.txt` file)
* `nginx`: HTTP server;
### Configuration
You must write a settings.py file in the `instance` directory (you can just
@ -87,7 +83,7 @@ Create the database if needed, and generate the tables:
```bash
# apply dependencies' migrations
./manage.py makemigrations aircox aircox_cms
./manage.py makemigrations
# create the database
./manage.py migrate --fake-initial
# create a super-user (needed in order to access the administration)