A Service of Softnik Technologies

Watch My Domains SED
Product Home User Guide

Installation

Configuration

Usage

API Admin Endpoints

API Standard Endpoints

Docker Test Container For Watch My Domains SED

CodePunch Solutions have published a set of simple docker files that will allow you to quickly spin up a test container for Watch My Domains SED on Mac OS X or Windows desktop.

This requires a working installation of Docker Desktop in your system. You should then clone or download the docker files from github to get started.



Clone the project into a convenient folder (or download the ZIP from github and unzip into a folder) and then edit docker-compose.yml to change the MySQL root and user passwords. You may also change the port from 8000 to whatever you want to use.

Edit wmdsed6/config.php to change the MySQL user password to the same one you setup in the YML file. While there, change the setup user name and password ($db_config_setup_name, $db_config_setup_password) too.

Open a terminal (in Mac) or Windows command-line and change to the docker-wmdsed6 directory. Now run

docker-compose build

followed by

docker-compose up -d

Wait for the containers to spin up and then open http://localhost:8000 in your browser. There will be a short delay before the Watch My Domains application starts up for the first time. Use the setup username and password you specified in the config.php file to login.

Docker Test Container for Watch My Domains SED v6

Notes

This is purely for a quick test of Watch My Domains SED, don’t use in a production environment unless:

This doesn’t include any of the application files. The evaluation version of Watch My Domains SED is downloaded automatically from when you build the container.