Skip to content

Instantly share code, notes, and snippets.

View maleksiuk's full-sized avatar

Mike Aleksiuk maleksiuk

View GitHub Profile
@maleksiuk
maleksiuk / gocd_on_amazon.md
Last active September 23, 2021 18:50
Instructions for getting GoCD running on Amazon Linux

This might help someone who wants to set up GoCD (https://www.gocd.io/) on an Amazon EC2 machine with the Amazon Linux AMI. I'm doing this from a Mac.

Preliminary notes

I'm not great at this stuff but I don't think I've done anything here terribly wrong. It will at least get you started. A person who is better at this sort of thing would probably use Docker.

Create the EC2 instance

In the Amazon console, select the Amazon Linux AMI. Choose the m4.xlarge instance type. I'm running the Go server and two agents on this machine. It is likely overkill -- I'm going to monitor the machine and downgrade if it makes sense, or install a third agent.