odyssey/docker
Dima Starkov a8ca664a63 Implements SCRAM Authentication (#73) 2019-11-11 12:28:50 +03:00
..
Dockerfile Implements SCRAM Authentication (#73) 2019-11-11 12:28:50 +03:00
README.md Local development inside docker 2019-10-08 11:15:37 +05:00
docker-compose.yml Local development inside docker 2019-10-08 11:15:37 +05:00
entrypoint.sh Local development inside docker 2019-10-08 11:15:37 +05:00
odyssey.conf Local development inside docker 2019-10-08 11:15:37 +05:00

README.md

Local development inside Docker

To start you will need a Docker installed. To install see docker-for-mac, docker-for-windows, docker-for-linux.

To start just run:

docker-compose up

This command will:

  • Build Docker image with needed dependencies
  • Build CMAKE_BUILD_TYPE version of Odyssey (Debug by default)
  • Start Odyssey with odyssey.conf from this directory

Feel free to edit odyssey.conf  it's for local development and will not be committed.