Varia library working group XPPL. https://gitea.xpub.nl/XPUB/XPPL
Go to file
Luke Murphy 0157faa8db
Make scrolling message conditionally include information.
This fixes a number of Nonetype accessing bugs when things
are not present in the database. Have manually tested this for
now.
2018-11-18 11:31:21 +01:00
ansible Get some new READMEs in place. Add Ansible placeholder. 2018-11-17 21:39:21 +01:00
xppl Make scrolling message conditionally include information. 2018-11-18 11:31:21 +01:00
.gitignore Use new xppl name in the ignore file. 2018-11-17 20:57:45 +01:00
dev.py Setup application factory and dev/prod files. 2018-11-18 11:13:56 +01:00
Pipfile Sort packages. Add scripts. Add dev-packages. 2018-11-18 11:13:33 +01:00
Pipfile.lock Sort packages. Add scripts. Add dev-packages. 2018-11-18 11:13:33 +01:00
README.md Add docker note for development notes. 2018-11-18 11:14:52 +01:00
wsgi.py Setup application factory and dev/prod files. 2018-11-18 11:13:56 +01:00

Varia's XPPL

The XPUB library living at Varia.

https://books.vvvvvvaria.org/

Hack It

You'll need to run an RQLite database first. It's easy with Docker:

$ curl -sSL https://get.docker.com/ | sh
$ docker run -p 4001:4001 -p 4002:4002 -d rqlite/rqlite

Then get Pipenv and run the development server with:

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

Deploy It

See ansible/README.md for this.