CI on AWS
Presentation
Installation
- According to presentation prepare two AWS machines and decide which one will be master and which one will be slave.
- Copy init-master.sh to master and run it as root.
- Copy init-slave.sh to slave and run it as root.
- Copy ssh public key from /var/lib/jenkins/.ssh/id_rsa.pub on master to /data/.ssh/authorized_keys on slave.
- Install aws console on master for user jenkins
- Copy test file MathTest.php to /data on slave
- Setup Jenkins server according to Jenkins-setup-tutorial.pdf