Ludovic Gasc (GMLudo) 7c9f9b3ad0 Improve aiohttp performances based on this discussion: https://github.com/KeepSafe/aiohttp/issues/314 10 years ago
..
etc da7437f1a2 Rename API-Hour folder to AsyncIO and prepare the arrival of new AsyncIO/API-Hour daemons 10 years ago
hello 7c9f9b3ad0 Improve aiohttp performances based on this discussion: https://github.com/KeepSafe/aiohttp/issues/314 10 years ago
.gitignore da7437f1a2 Rename API-Hour folder to AsyncIO and prepare the arrival of new AsyncIO/API-Hour daemons 10 years ago
LICENSE da7437f1a2 Rename API-Hour folder to AsyncIO and prepare the arrival of new AsyncIO/API-Hour daemons 10 years ago
README.rst da7437f1a2 Rename API-Hour folder to AsyncIO and prepare the arrival of new AsyncIO/API-Hour daemons 10 years ago
requirements.txt 0e80863f20 Update all requirements of AsyncIO 10 years ago
setup.sh da7437f1a2 Rename API-Hour folder to AsyncIO and prepare the arrival of new AsyncIO/API-Hour daemons 10 years ago
source_code da7437f1a2 Rename API-Hour folder to AsyncIO and prepare the arrival of new AsyncIO/API-Hour daemons 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