32 lines
649 B
Markdown
32 lines
649 B
Markdown
# Varia's XPPL
|
|
|
|
The [XPUB] library living at [Varia].
|
|
|
|
> https://books.vvvvvvaria.org/
|
|
|
|
[XPUB]: http://xpub.nl/
|
|
[Varia]: https://varia.zone/
|
|
|
|
# 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:
|
|
|
|
```bash
|
|
$ pipenv install --dev --three
|
|
$ pipenv run dev
|
|
```
|
|
|
|
[Pipenv]: https://pipenv.readthedocs.io/en/latest/install/#pragmatic-installation-of-pipenv
|
|
[RQLite]: https://github.com/rqlite/rqlite
|
|
|
|
# Deploy It
|
|
|
|
See [ansible/README.md](ansible/README.md) for this.
|