https://github.com/glpi-project/doc-install
GLPI installation documentation
https://github.com/glpi-project/doc-install
hacktoberfest
Last synced: 8 days ago
JSON representation
GLPI installation documentation
- Host: GitHub
- URL: https://github.com/glpi-project/doc-install
- Owner: glpi-project
- License: other
- Created: 2018-02-09T10:58:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T12:28:13.000Z (17 days ago)
- Last Synced: 2025-06-20T02:28:53.209Z (10 days ago)
- Topics: hacktoberfest
- Language: Python
- Homepage: http://glpi-install.rtfd.io/
- Size: 1.54 MB
- Stars: 23
- Watchers: 12
- Forks: 52
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# GLPI installation documentation
[](http://glpi-install.readthedocs.io/en/latest/?badge=latest)
Current documentation is built on top of [Sphinx documentation generator](http://sphinx-doc.org/). It is released under the terms of the Creative Commons BY-NC-ND 4.0 International License.
## View it online!
[GLPI installation documentation is currently visible on ReadTheDocs](http://glpi-install.rtfd.io/).
## Run it!
You'll have to install [Python Sphinx](http://sphinx-doc.org/) 1.3 minimum.
If your distribution does not provide this version, you could use a `virtualenv`:
```
$ virtualenv /path/to/virtualenv/files
$ /path/to/virtualenv/bin/activate
$ pip install sphinx sphinx_glpi_theme
```Once all has been successfully installed, just run the following to build the documentation:
```
$ make html
```Results will be avaiable in the `build/html` directory :)
Note that it actually uses the default theme, which differs locally and on readthedocs system.