Start it up
===========
-For a production environment setup::
+For a production environment setup, first read / edit `env/prod.env`, then::
docker-compose up
:alt: Coverage
-To start the application in a development environment setup::
+To start the application in a development environment setup, first read / edit `env/debug.env`, then::
cd Telemeta
git pull
fi
done
-# update haystack index in prod
-if [ "$DEBUG" = "False" ]; then
- python $manage update_index --workers $processes &
-fi
-
# choose dev or prod mode
if [ "$1" = "--runserver" ]; then
python $manage runserver_plus 0.0.0.0:8000