odyssey/docker
reshke dc44b323d1 return error if ldap connection establishment failed, rebind ldap
connection in case of server failture
2021-04-29 12:51:07 +05:00
..
bin LDAP auth in od 2021-04-28 17:54:56 +05:00
dev Add simple way to develop on Mac and refactor dockerfiles a little bit (#287) 2021-03-04 23:04:07 +05:00
dpkg dockerbuild fix (#289) 2021-03-05 17:40:23 +05:00
ldap LDAP auth in od 2021-04-28 17:54:56 +05:00
ody-intergration-test LDAP auth in od 2021-04-28 17:54:56 +05:00
pg LDAP auth in od 2021-04-28 17:54:56 +05:00
scram LDAP auth in od 2021-04-28 17:54:56 +05:00
shell-test/shell-test return error if ldap connection establishment failed, rebind ldap 2021-04-29 12:51:07 +05:00
Dockerfile LDAP auth in od 2021-04-28 17:54:56 +05:00
README.md fix coveirty issues + remove legacy (#224) 2020-10-26 17:29:05 +05:00
entrypoint.sh LDAP auth in od 2021-04-28 17:54:56 +05:00
ini.sql fix coveirty issues + remove legacy (#224) 2020-10-26 17:29:05 +05:00
odyssey.conf fix coveirty issues + remove legacy (#224) 2020-10-26 17:29:05 +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.