python $manage telemeta-create-admin-user
python $manage telemeta-create-boilerplate
-if [ $DEBUG == "False" ]
+if [ $DEBUG = "False" ]
then
python $manage update_index --workers $processes &
if [ ! -f .init ]
fi
fi
-if [ $1 == "--runserver" ]
+if [ $1 = "--runserver" ]
then
python $manage runserver_plus 0.0.0.0:8000
else
# pip install django-environ redis
# waiting for other services
-sh $app/scripts/wait.sh
+sh $app/scripts/w
+ait.sh
# Starting celery worker with the --autoreload option will enable the worker to watch for file system changes
# This is an experimental feature intended for use in development only