/smt2-docker

smt2 dockerized https://code.google.com/p/smt2/wiki/readme

Primary LanguagePHP

smt2

https://code.google.com/p/smt2/wiki/readme

Install

Create a VM (if not already present):

docker-machine create --driver virtualbox dev

A best practice is to add the dockerhost to /etc/hosts:

echo "$(docker-machine ip dev) dockerhost" | sudo tee -a /etc/hosts

and to add the env variables of the docker machine via:

eval "$(docker-machine env dev)"

Run

docker-compose up

Open http://dockerhost:8080/admin/sys/install.php to install smt2 in the VM.