Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

moritzheiber/gomatic-kickstarter

Repository files navigation

THIS PROJECT IS DEPRECATED. PLEASE USE THE TERRAFORM EXAMPLE INSTEAD ❤️

Gomatic Kickstarter

A repository which lets you get started with Gomatic with a few examples.

Setup

Prerequisites:

  • Python (tested on 2.7.x, will not work with 3.x)
  • pip (tested on 8.1.2)
  • virtualenv (tested on 13.1.2)
  • docker-compose (tested on 1.11.2)

Note: If you don't have virtualenv installed you can use pip to install it.

Deploy your pipelines

Run the docker-compose environment:

$ docker-compose up

And now you can deploy the already existing code with

$ ./deploy

This will create the Virtualenv if it hasn't been created already and then try to run your the Gomatic code against the virtual GoCD instance.

Note: The GoCD server takes a lot of time to get started, sometimes up to 60 seconds. Keep that in mind when provisioning your instance.

Releases

No releases published

Packages

No packages published