UML, business plans and so on. Cacoo provides basic functionality as a draw tool and powerful collaborative features like • Simultaneous Editing on same diagram by multiple users • Integration with Google Services like Google Apps, Google Drive and Google+ Hangouts
environment • Trial-‐‑‒and-‐‑‒Error support by vagrant sahara plugin $ git clone https://github.com/nulab/drupalcamp-taipei-2014.git $ cd drupalcamp-taipei-2014.git $ vagrant up
container • Mapping containerʼ’s port 80 port to host port 8080 $ docker run --name drupalcamp -p 8080:80 –d –v /path_to/ settings.php:/srv/www/sites/default/settings.php <your.repo>/ drupalcamp:0.1.0
• Reduce the risk of building issue of Docker image 1. Start Jenkins Job when commit pushed to the repository 2. Run docker build to create new image and test it by serverspec 3. If test successful, the new image is pushed to the docker registry