docker-compose up -d
Before 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 ':'