Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 640 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 640 Bytes

elabdoc

Description

Source files for the elabftw documentation.

Main project repository: elabftw/elabftw.

Installation

git clone https://github.com/elabftw/elabdoc
cd elabdoc
pip install --user sphinx sphinx_rtd_theme

Usage

To generate the HTML documentation:

cd doc
make html

Then point your browser to the _build/html/index.html file inside the doc/ folder.

Config examples

You might want to look into the config_examples folder for Apache, HAProxy, Nginx or Traefik configuration as reverse proxy.