Closed versusbassz closed 2 years ago
Add this line to hosts file: 127.0.0.1 in.docker.local pma.in.docker.local webgrind.in.docker.local test.in.docker.local
127.0.0.1 in.docker.local pma.in.docker.local webgrind.in.docker.local test.in.docker.local
if you need VNC: sudo apt-get -y install tigervnc-common xtightvncviewer
sudo apt-get -y install tigervnc-common xtightvncviewer
After that:
composer install make dev-env--up make vnc # if necessary make test-e2e
Dev-site: http://in.docker.local:8000/ Site for e2e-tests: http://test.in.docker.local:8000/
How to start
Add this line to hosts file:
127.0.0.1 in.docker.local pma.in.docker.local webgrind.in.docker.local test.in.docker.local
if you need VNC:
sudo apt-get -y install tigervnc-common xtightvncviewer
After that:
Dev-site: http://in.docker.local:8000/ Site for e2e-tests: http://test.in.docker.local:8000/