Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 527 Bytes

File metadata and controls

34 lines (24 loc) · 527 Bytes

wordpress-test

Test the Wordpress CMS

Installing

Install dependencies

composer install

Start docker

Run the following command to start the container:

make start

Then, retrieve your docker machine IP address:

docker-machine ip

For example 192.168.64.12.

Finaly, you can access your WordPress project from any browser: https://192.168.64.12:8000/

Note: 8000 is the default port used.

Stop the server

make stop