Skip to content

Add configure.sh script to automate environment configuration

Felipe Santiago requested to merge fsantiag/continuous-delivery:master into master

This script automates the configuration for the Gogs, GoCD and Jenkins servers.

How to run:

  1. Make sure to have a public key with the following name ~/.ssh/id_rsa.pub
  2. Run 'bash configure.sh' to start
  3. You can also run 'bash configure.sh --clean' to revert the setup

Merge request reports