Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 242 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 242 Bytes

AreYouIN Server

Quick start

$ cp areyouin.example.yaml areyouin.yaml
$ docker-compose up -d
$ docker-compose exec cassandra bash
$ sleep 30 && cqlsh < /tmp/schema.cql
$ exit
$ docker-compose restart
$ docker-compose logs -f