This document explains how to deploy DivvyCloud quickly for evaluation purposes using Docker Compose. If you install DivvyCloud locally, it should take less than 15 minutes to get up and running.
First, you need to install Docker Community Edition For Mac.
The Homebrew version of Docker may run into issues with writing data to mounted volumes if permissions are not correctly configured. If you have installed the Homebrew version of Docker and have run into any issues, it is recommended that you uninstall it and install the version available from the Docker store.
First open a terminal session and create a working folder under your home directory using the following commands:
mkdir ~/divvycloud; cd ~/divvycloud
Download the environment variables and docker-compose file for running the DivvyCloud Environment:
cd ~/divvycloud
curl -sO https://s3.amazonaws.com/get.divvycloud.com/compose/prod.env
curl -s https://s3.amazonaws.com/get.divvycloud.com/compose/docker-compose.db-local.yml -o docker-compose.yml
Now you are ready to start DivvyCloud. To run in the foreground and see logging information in your terminal, use:
docker-compose up
Or to run in the background:
docker-compose up -d
After DivvyCloud has completed its launch, you can connect via browser using port 8001, e.g., http://localhost:8001.
The first page you see is an administrator account creation page. On the page, you enter your name and email address and create a userid and password. Your userid can be any alphanumeric. Your password must be at least 12 characters in length.
Next, you login with the administrator account credentials you just created.
When your evaluation is over (and we hope you enjoyed it) and you’re ready to stop, use:
docker-compose down
If you are not installing DivvyCloud locally, please see our Server and Network Recommendations.
If you wish to use a proxy server for your Test Drive, you will need to add your proxy information to your:
1. System’s environment variables before your installation and
2. DivvyCloud environment variables after your installation