Varia library working group XPPL. https://gitea.xpub.nl/XPUB/XPPL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Luke Murphy d99ca13ab4
Add docker note for development notes.
6 years ago
ansible Get some new READMEs in place. Add Ansible placeholder. 6 years ago
xppl Setup application factory and dev/prod files. 6 years ago
.gitignore Use new `xppl` name in the ignore file. 6 years ago
Pipfile Sort packages. Add scripts. Add dev-packages. 6 years ago
Pipfile.lock Sort packages. Add scripts. Add dev-packages. 6 years ago
README.md Add docker note for development notes. 6 years ago
dev.py Setup application factory and dev/prod files. 6 years ago
wsgi.py Setup application factory and dev/prod files. 6 years ago

README.md

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.