Mercurial > trustbridge
view manuals/README.txt @ 1118:fd85a02d771d
(issue54) Implement a privilege drop to execute the program after installation.
This commit is extremly ugly as I accidentally worked in a
working tree that was partially merged with default.
To review the real change please check the commit that will
merge this branch into default.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 16 Sep 2014 19:45:19 +0200 |
parents | 53f704422fac |
children |
line wrap: on
line source
TrustBridge documentation ========================= The TrustBridge documentation should be build automatically by the default target in cmake if sphinx is found. Requirements on ubuntu 14.4: python-sphinx How to build TrustBridge documentation manually =============================================== The TrustBridge documentation based on Sphinx <http://sphinx-doc.org/>. Please install the requirements before you build the documentation. $ virtualenv .venv $ . .venv/bin/activate (.venv) pip install -r requirements.txt Build TrustBridge help pages: (.venv) cd help-manual (.venv) make html => Open HTML output: _build/html/index.html Build TrustBridge Admin help pages: (.venv) cd admin-manual (.venv) make html => Open HTML output: _build/html/index.html