Installation notes:
-
Unpack zip
-
Copy .env-dist to .env
-
Check and change parameters in .env if needed
-
Build docker image, create and run containers
docker-compose build
docker-compose up
-
Update your 'hosts' file by adding corresponding records for FE_HOST and BE_HOST params.
Example:
127.0.0.1 fe.test.com
127.0.0.1 be.test.com
-
Now you can check backend entering http://be.test.com:8888 in your browser
Admin credentials:
login:[email protected]
password: 123456
Manager credentials:
login:[email protected]
password: 123456
-
You can check frontend entering http://fe.test.com:8888 in your browser
-
You can view db using phpmyadmin entering http://localhost:8889 in your browser
login: root
password: docker