xppl/README.md

32 lines
649 B
Markdown
Raw Normal View History

# Varia's XPPL
2018-05-20 00:10:01 +02:00
The [XPUB] library living at [Varia].
2018-05-20 00:10:01 +02:00
> https://books.vvvvvvaria.org/
2018-07-20 13:53:37 +02:00
2018-11-18 11:14:52 +01:00
[XPUB]: http://xpub.nl/
[Varia]: https://varia.zone/
2018-07-20 13:53:37 +02:00
# Hack It
2018-05-20 00:10:01 +02:00
2018-11-18 11:14:52 +01:00
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:
2018-05-20 00:10:01 +02:00
```bash
$ pipenv install --dev --three
$ pipenv run dev
```
2018-05-20 00:10:01 +02:00
[Pipenv]: https://pipenv.readthedocs.io/en/latest/install/#pragmatic-installation-of-pipenv
2018-11-18 11:14:52 +01:00
[RQLite]: https://github.com/rqlite/rqlite
2018-05-20 00:10:01 +02:00
# Deploy It
2018-07-20 13:53:37 +02:00
See [ansible/README.md](ansible/README.md) for this.