members.lumbung.space/README.md
cellarspoon 2101f41ed5
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
fix: deploy & badge
2022-01-10 13:47:47 +01:00

23 lines
910 B
Markdown

# members.lumbung.space
[![Build Status](https://drone.autonomic.zone/api/badges/ruangrupa/members.lumbung.space/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/ruangrupa/members.lumbung.space)
> WIP members only space for `lumbung[dot]space`
## Hacking
It's a [FastAPI](https://fastapi.tiangolo.com/) application (if you know
[Flask](https://flask.palletsprojects.com/en/2.0.x/) /
[Sanic](https://sanic.readthedocs.io/en/stable/) then it is more or less the
same thing). Currently being developed with Python 3.9. Once we move out of the
prototype stage, more version compatability will be offered. You'll need a
working Keycloak install as well to fill in correct `.env` values. A more
covenient development environment will come along shortly too.
```
$ docker run -p 6379:6379 -d redis:6-alpine
$ cp .env.sample .env # fill with real values
$ set -a && source .env && set +a
$ make
```