inveniosoftware / docs-invenio-ils

InvenioILS docs
https://invenioils.docs.cern.ch/
MIT License
3 stars 6 forks source link

invenioils.docs.cern.ch

InvenioILS documentation

How to run

To run MkDocs, you need Python 3. Create a virtualenv, install Python requirements and run the web server.

$ mkvirtualenv docs-invenio-ils
$ pip install -r requirements.txt
$ mkdocs serve
$ firefox http://127.0.0.1:8000