gid='www-data'
# stating apps
-pip uninstall -y south
-pip install -U django==1.8.18 django-registration-redux djangorestframework==3.6.4
-pip install django-debug-toolbar==1.6
-pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat
-pip install -e git+https://github.com/Parisson/saved_searches.git@dj1.8#egg=saved_searches-2.0.0-beta
+# pip uninstall -y south
+# pip install -U django==1.8.18 django-registration-redux djangorestframework==3.6.4
+# pip install django-debug-toolbar==1.6
+# pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat
+# pip install -e git+https://github.com/Parisson/saved_searches.git@dj1.8#egg=saved_searches-2.0.0-beta
# waiting for other network services
sh $app/scripts/wait.sh
# app start
uwsgi --socket :$port --wsgi-file $wsgi --chdir $app --master \
--processes $processes --threads $threads \
- --uid $uid --gid $gid --touch-reload $wsgi
+ --uid $uid --gid $gid --logto $log --touch-reload $wsgi
fi
concurrency=12
# stating apps
-pip uninstall -y south
-pip install -U django==1.8.18 django-registration-redux djangorestframework==3.6.4
-pip install django-debug-toolbar==1.6
-pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat
-pip install -e git+https://github.com/Parisson/saved_searches.git@dj1.8#egg=saved_searches-2.0.0-beta
+# pip uninstall -y south
+# pip install -U django==1.8.18 django-registration-redux djangorestframework==3.6.4
+# pip install django-debug-toolbar==1.6
+# pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat
+# pip install -e git+https://github.com/Parisson/saved_searches.git@dj1.8#egg=saved_searches-2.0.0-beta
# waiting for other services
bash $app/scripts/wait.sh
-e git+https://github.com/django-haystack/django-haystack.git@v2.5.1#egg=django-haystack-2.5.1
-e git+https://github.com/yomguy/django-ipauth.git#egg=django-ipauth-0.4.1-dev
-e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat
-
install_requires = [
'django==1.8.*',
'django-registration-redux',
+ 'djangorestframework==3.6.4',
'django-extensions',
'django-timezones',
- #'django-jqchat',
'django-debug-toolbar==1.6',
'django-extra-views',
'django-breadcrumbs',