snikket-server/README.md

24 lines
437 B
Markdown
Raw Normal View History

2020-01-31 13:46:46 +00:00
# Snikket builder
This is the source repository for building [Snikket service](https://snikket.org/service/)
Docker images.
## Requirements
- GNU make
- docker (tested on 19.03.5)
- ansible (tested on 2.7 (debian buster))
## Building
2020-01-31 14:07:21 +00:00
Run `make`
2020-01-31 13:46:46 +00:00
## Running
The easiest way is to use docker-compose. Copy the file `snikket.conf.example` to
`snikket.conf` and edit the values in it. Then run:
2020-01-31 14:07:21 +00:00
```console
docker-compose up -d
```