Ludovic Gasc (GMLudo) 24bfe67abb need to force the encoding with aiomysql 9 лет назад
..
etc 165a7c58ec Add MySQL support for aiohttp.web 9 лет назад
hello 24bfe67abb need to force the encoding with aiomysql 9 лет назад
.gitignore b98effd7b0 Fixed framework error handling issues. Changed casing for Yii and AsyncIO 10 лет назад
LICENSE b98effd7b0 Fixed framework error handling issues. Changed casing for Yii and AsyncIO 10 лет назад
README.rst b98effd7b0 Fixed framework error handling issues. Changed casing for Yii and AsyncIO 10 лет назад
setup.sh f8c127a412 Upgrade to Python 3.5.1 and adapt setup_py3.sh for pip3 command 9 лет назад
source_code b98effd7b0 Fixed framework error handling issues. Changed casing for Yii and AsyncIO 10 лет назад

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