Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
InCommonTAP-Examples/Sources/HR/sentrifugo_server/README
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
23 lines (16 sloc)
696 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sentrifugo and Mariadb Docker Containers | |
This is a set of docker files to create | |
an instance of sentrifugo for testing | |
along with a mariadb to support it | |
You can build and run the needed containers via | |
docker-compose up -d | |
If this successful you should be albe to | |
walk though the configuration wizard via | |
http://localhost:8080 | |
Substituting your docker host for localhost as required | |
When the wizard asks for database configuraton, use | |
mariadb for the hostname, sentrifugo for both the | |
database name and username, and 54y6RxN7GfC7aes3 for | |
the password. Username, database name, and password can | |
be changed to your own values by editing Dockerfile-sentrifugo | |
before running docker-compose |