- Community: klov.herokuapp.com
- Pro: klov-pro.herokuapp.com
Klov is hosted at Docker Hub under anshooarora/klov.
- Install Docker (Docker Desktop or Engine, Compose)
- Download the docker-compose.yml from this repository or:
$ curl https://raw.githubusercontent.com/extent-framework/klov-server/master/docker-compose.yml -o docker-compose.yml
- Update the MongoDB connection details and the port where Klov is to be hosted at
- Start Klov
docker-compose up
- Open Klov at the $PORT you specified in
docker-compose.yml
ordefault:80
version: '2'
services:
klov:
image: anshooarora/klov:1.0.1
container_name: klov
environment:
- SPRING_DATA_MONGODB_URI=mongodb://{host}:{port}
ports:
- 80:80