geor-g / documentation

Home Page:http://docs.graylog.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Graylog documentation

Build Status

Building locally

Create and enter the Python virtual environment:

# virtualenv .
# source ./bin/activate

Install Sphinx, the theme we are using, and sphinx-autobuild:

# pip install -r requirements.txt

Build the static documentation and open them in your browser:

# make html
# open _build/html/index.html

Build the documentation and automatically build them on any change:

# make livehtml
# open http://127.0.0.1:8000/

Fedora Linux 22 and higher

# sudo dnf install -y python-sphinx python-sphinx_rtd_theme

About

http://docs.graylog.org/

License:Other


Languages

Language:Python 61.1%Language:Makefile 38.9%