We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Prequisite: virtualbox, ssh-keygen, docker-machine
docker-machine create -d virtualbox --virtualbox-memory 2048 ml7
docker-machine start ml7
docker-machine ssh ml7 -- docker run -i -p 8000:8000 -p 8001:8001 -p 8002:8002 -p 9305:9305 -p 9306:9306 rlouapre/centos6-ml:7.0-4.3
docker-machine ip ml7
initialize ML instance Login to http://{ml-host}:{ml-port}:8001
Create a new docker environment in Roxy docker.properties
docker-server=192.168.99.104 xquery.dir=${basedir}/../src user=admin password=admin app-port=9305 xcc-port=9306
ml docker bootstrap
ml docker deploy modules
gulp --ml.user=admin --ml.password=admin --ml.host= -ml.port=9305