-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Robert Auer edited this page Jan 28, 2016
·
19 revisions
The Cloudogu ecosystem consists of a set of tools, each of them encapsulated in their own Docker container.
Get started:
- Create a virtual machine running the ecosystem by simply typing
vagrant up
and, after it has started,vagrant reload
or - Set up all provided docker containers on your machine by running
./install.sh
.
Prerequisites:
- Runs best on Debian- or Ubuntu-based operating systems. Ubuntu 14.04 (Trusty Tahr) is used in the virtual machine.
- Vagrant: vagrantup.com
- Docker: docker.com
Startup mechanism:
- Docker daemon is started on boot via the /etc/init/docker.conf Upstart script.
- All docker containers are started (based on their dependencies) via /etc/init/ces-<name>.conf scripts.