diff --git a/docs/docs/install.rst b/docs/docs/install.rst index d55091a..6567905 100644 --- a/docs/docs/install.rst +++ b/docs/docs/install.rst @@ -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 diff --git a/docs/docs/quickstart.rst b/docs/docs/quickstart.rst index 8fa9b0f..4e8a458 100644 --- a/docs/docs/quickstart.rst +++ b/docs/docs/quickstart.rst @@ -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 ` -(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 `. .. _Nginx: http://nginx.org/ .. _CORS: https://developer.mozilla.org/en/docs/HTTP/Access_control_CORS