Source files for the elabftw documentation.
Main project repository: elabftw/elabftw.
git clone https://github.com/elabftw/elabdoc
cd elabdoc
pip install --user sphinx sphinx_rtd_theme
To generate the HTML documentation:
cd doc
make html
Then point your browser to the _build/html/index.html
file inside the doc/
folder.
You might want to look into the config_examples folder for Apache, HAProxy, Nginx or Traefik configuration as reverse proxy.