Varia library working group XPPL. https://gitea.xpub.nl/XPUB/XPPL
Go to file
2018-11-17 22:48:34 +01:00
ansible Get some new READMEs in place. Add Ansible placeholder. 2018-11-17 21:39:21 +01:00
xppl Being pedantic with commas, capitalisation and spacing. 2018-11-17 21:03:59 +01:00
.gitignore Use new xppl name in the ignore file. 2018-11-17 20:57:45 +01:00
Pipfile Don't forget eventlet (for socketio production). 2018-11-17 22:48:34 +01:00
Pipfile.lock Don't forget eventlet (for socketio production). 2018-11-17 22:48:34 +01:00
README.md Get some new READMEs in place. Add Ansible placeholder. 2018-11-17 21:39:21 +01:00
run.py Let's use the name of the app for the app. 2018-11-17 20:41:17 +01:00

Varia's XPPL

The XPUB library living at Varia.

https://books.vvvvvvaria.org/

Hack It

Install Pipenv and then run the development server with:

$ pipenv install --dev --three
$ pipenv run dev

Deploy It

See ansible/README.md for this.