hyperion creates a Cloud environment :
- Applications managment is performed using Rancher (UI available on 8080)
Initialize environment:
$ make machine
Install Rancher :
$ make configure
$ eval "$(docker-machine env hyperion-rancher)"
$ make rancher
Check Docker containers :
$ make info
192.168.99.101
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
12a0f66fb3f9 rancher/server "/usr/bin/s6-svscan /" 3 minutes ago Up 3 minutes 3306/tcp, 0.0.0.0:8080->8080/tcp cocky_meninsky
$ docker logs -f 12a0f66fb3f9
Then go to the Rancher UI on : 192.168.99.101:8080
The Rancher UI is available on : x.x.x.x:8080
Read guides to creates the machine for a cloud provider :
Read guides to creates the infrastructure :
See CONTRIBUTING.
See LICENSE for the complete license.
A changelog is available
Nicolas Lamirault [email protected]