842 B
842 B
Varia's XPPL
The XPUB library living at Varia.
Hack It
You'll need to run an RQLite database first:
$ apt update && apt install -y make
$ make install-rqlite
$ make rqlited
Then get Pipenv and run the development server with:
$ pipenv install --dev --three
$ pipenv run devserver
If you need to check the database contents, run:
$ make rqlite
And then run .help
for which commands are available.
Test It
$ pipenv run tox
Refer to the tox.ini for configuration options.
Deploy It
See ansible/README.md for this.