MGT Development Environment - Installation
Installation
Before you can start with the MGT Development Environment, you need to install Docker.
Run the Docker Container with your preferred PHP Version:
- PHP 7.4
- PHP 7.3
- PHP 7.2
- PHP 7.1
- PHP 7.0
docker run -d --net=bridge -v /var/lib/mysql --restart=always --privileged -h mgt-dev-74 --name mgt-dev-74 -it -p 80:80 -p 443:443 -p 22:22 -p 3306:3306 -p 3333:3333 -p 9200:9200 mgtcommerce/mgt-development-environment-7.4
- Open a browser and launch Control Panel.
http://127.0.0.1:3333

Logins
SSH / SFTP Access
To connect with SSH, use the user root and the password root.
ssh root@127.0.0.1
MySQL
To connect to MySQL from your host system or inside of your container, run the following command:
mysql -h127.0.0.1 -uroot -proot
The root password for MySQL is also: root