docker-compose up -dBefore development, you need to build static (html, sql). Please see .travis.yml
Open http://localhost:8081/chat in Firefox main and an Anonymous window;
Login as admin:admin in main window and as nikita:password in the Anonymous window.
Create chat in main window and add nikita there.
sudo yum install -y httpd-tools
# generate password
htpasswd -bnBC 10 "" password | tr -d ':'