The Physiome Journal support package.
For the mean time, install the package inside a Python virtualenv with the following commands:
$ git clone https://github.com/Physiome/physiome.journal.git
$ cd physiome.journal
$ # remember to (create one then) activate a virtualenv here
$ pip install -e .
$ python setup.py build # to build the artifacts
Start the demo server simply by
$ python -m repodono.model.demo.flask_standalone journal.toml
Features such as background workers and full site generation will be
documented as the source package repodono.model
is completed.