odyssey/docker/README.md

17 lines
625 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Local development inside Docker
To start you will need a Docker installed. To install see [docker-for-mac](https://docs.docker.com/docker-for-mac/install), [docker-for-windows](https://docs.docker.com/docker-for-windows/install), [docker-for-linux](https://github.com/docker/for-linux).
To start just run:
```bash
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.