Skip to content

jessecarbon/documentation

This branch is 84 commits behind Graylog2/documentation:2.1.

Folders and files

NameName
Last commit message
Last commit date
Aug 2, 2016
Jan 31, 2015
Sep 7, 2016
Jun 1, 2016
Sep 14, 2016
Aug 29, 2016
Feb 6, 2015
Apr 26, 2016
Mar 25, 2015
Apr 26, 2016
Sep 2, 2016
Aug 30, 2016
Sep 1, 2016
Apr 25, 2016

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.1%
  • Makefile 38.9%