crawlwp / mihdan-index-now

WordPress SEO Insights & Indexing Plugin
https://wordpress.org/plugins/mihdan-index-now/
GNU General Public License v2.0
19 stars 3 forks source link

Development environment + e2e tests #49

Closed versusbassz closed 2 years ago

versusbassz commented 2 years ago

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:

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/