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
481ee200e2
|
6 years ago | |
---|---|---|
ansible | 6 years ago | |
scripts | 6 years ago | |
tests | 6 years ago | |
xppl | 6 years ago | |
.gitignore | 6 years ago | |
Makefile | 6 years ago | |
Pipfile | 6 years ago | |
Pipfile.lock | 6 years ago | |
README.md | 6 years ago | |
tox.ini | 6 years ago | |
wsgi.py | 6 years ago |
README.md
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.