eficode-academy / code-infra

A continuous delivery infrastructure as code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous Delivery Infrastructure

You need docker and docker-compose to run this setup.

The containers home directories (data directories) are in /opt/containers, except for jenkins which is mounted on /var/jenkins_home to be compatible with jenkins workspace paths. These directory trees need to be owned by uid 1000 and gid 50. They are setup to have this ownership when you run the create-homes.sh script.

Setup

Create the data filesystems for the servers:

git clone https://github.com/praqma-training/code-infra
cd code-infra/containers
sudo ./create-homes.sh

Run the system (apache, jenkins, registry, artifactory)

$ docker-compose up -d

About

A continuous delivery infrastructure as code


Languages

Language:ApacheConf 70.7%Language:Shell 12.3%Language:HTML 10.9%Language:Groovy 6.1%