differenciate between deployment and init scripts
This commit is contained in:
parent
119ceb0035
commit
a201534c8d
@ -170,11 +170,14 @@ Optimization:
|
||||
~> npm install -g requirejs uglifyjs jade
|
||||
~> make js
|
||||
|
||||
.. _init-scripts:
|
||||
|
||||
Init scripts
|
||||
------------
|
||||
|
||||
Init scripts to run Isso as a service (check your distribution's documentation
|
||||
for your init-system; e.g. Debian uses SysVinit, Fedora uses SystemD):
|
||||
for your init-system; e.g. Debian uses SysVinit, Fedora uses SystemD) if you
|
||||
don't use FastCGi or uWSGI:
|
||||
|
||||
- SystemD: https://github.com/jgraichen/debian-isso/blob/master/debian/isso.service
|
||||
- SysVinit: https://github.com/jgraichen/debian-isso/blob/master/debian/isso.init
|
||||
|
@ -144,11 +144,9 @@ quickstart, check out :doc:`configuration/server` and
|
||||
:doc:`configuration/client` for more information. For further website
|
||||
integration, see :doc:`extras/advanced-integration`.
|
||||
|
||||
If you wondered how to automatically start Isso you may find a short script
|
||||
for various popular init/supervisor daemons here: :doc:`install`. Another
|
||||
important topic is the actual :doc:`deployment of Isso <extras/deployment>`
|
||||
(and every Python web application in general).
|
||||
|
||||
To launch Isso automatically, check the :ref:`init-scripts` section from the
|
||||
installation guide. A different approach to deploy a web application is
|
||||
written here: :doc:`Deployment of Isso <extras/deployment>`.
|
||||
|
||||
.. _Nginx: http://nginx.org/
|
||||
.. _CORS: https://developer.mozilla.org/en/docs/HTTP/Access_control_CORS
|
||||
|
Loading…
Reference in New Issue
Block a user