These containers are intended to run behind BASE_URL served Apache httpd.
One liner to get everything up and running,
# if using boot2docker, replace 127.0.0.1 with the IP of the boot2docker VM
export BASE_URL=http://127.0.0.1
curl -sL https://raw.githubusercontent.com/stealthstartuplabs/atlassian-dockers/master/run.sh | bash -
To build the images locally, clone this repo first, then
./build.sh
# if using boot2docker, replace 127.0.0.1 with the IP of the boot2docker VM
BASE_URL=http://127.0.0.1 ./run.sh all
Then point your browser at the URL below to install license and configuation for each applicaiton:
Application | URL |
---|---|
JIRA | BASE_URL/jira |
Bamboo | BASE_URL/bamboo |
Bitbucket | BASE_URL/bitbucket |
To use the postgres database, use db as host name, postgres as username and password as passord. Database name is same as application name, e.g jira, bitbucket, bamboo.
The following steps should work for most people.
cd vagrant/paralles
vagrant up
# copy the certificates files from ~/.docker in the VM to the host machine
# modify docker-env script and update the DOCKER_CERT_PATH with directory above
# then
. ./docker-env
Before vagrant up
please check the Vagrantfile to make sure it contains the configuration you want, especially the your access key, region, VPC subnet_id etc in order to work correctly.
Before vagrant up
please check the Vagrantfile to make sure it contains the configuration you want, especially the your aproject id, access client email and key location. For ssh access to the instance, please upload your ssh key via console before spin up the instance.
see GCE documentation for details. more references in this GitHub issue