mirror of https://github.com/yandex/odyssey.git
3f50c152a2
This reverts commit
|
||
---|---|---|
.. | ||
auth_query | ||
bin | ||
config-validation | ||
copy | ||
dev | ||
dpkg | ||
gorm | ||
hba | ||
lagpolling | ||
ldap | ||
ody-integration-test | ||
pg | ||
prep_stmts | ||
rule-address | ||
scram | ||
shell-test | ||
tsa | ||
xproto | ||
Dockerfile | ||
README.md | ||
entrypoint.sh | ||
odyssey.conf |
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.