Nate e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 9 years ago
..
etc b3e9c34d77 Reduce the number of workers to avoid to open too much databases connections 9 years ago
hello b98effd7b0 Fixed framework error handling issues. Changed casing for Yii and AsyncIO 10 years ago
.gitignore b98effd7b0 Fixed framework error handling issues. Changed casing for Yii and AsyncIO 10 years ago
LICENSE b98effd7b0 Fixed framework error handling issues. Changed casing for Yii and AsyncIO 10 years ago
README.rst b98effd7b0 Fixed framework error handling issues. Changed casing for Yii and AsyncIO 10 years ago
setup.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 9 years ago
source_code b98effd7b0 Fixed framework error handling issues. Changed casing for Yii and AsyncIO 10 years ago

README.rst

hello
=====

Install
-------

#. Follow pythonz install doc
#. pythonz install 3.4.2
#. cd /opt
#. Git clone your app here
#. cd /opt/hello/
#. /usr/local/pythonz/pythons/CPython-3.4.2/bin/pyvenv pyvenv
#. . pyvenv/bin/activate
#. pip install -r requirements.txt
#. cd /etc/init.d/ && ln -s /opt/hello/etc/init.d/hello
#. cd /etc/default/ && ln -s /opt/hello/etc/default/hello
#. cd /etc/monit/conf.d/ && ln -s /opt/hello/etc/monit/conf.d/hello
#. update-rc.d hello defaults
#. cp -a /opt/hello/etc/hello /etc/
#. Adapt rsyslog and lograte
#. service hello start
#. service monit restart