forked from kmoir/Releng-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
27 lines (21 loc) · 905 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This repo contains the slides/labs for the October 2014 PLOW lecture on release engineering in Montreal.
http://polymorse.polymtl.ca/plow/
To look at the presentation
git clone [email protected]:kmoir/Releng-tutorial.git
Open the file://your_repositor_path/index.html
To install the presentation and see the speaker notes:
git clone [email protected]:kmoir/Releng-tutorial.git
cd Releng-tutorial
install node.js from http://nodejs.org/
sudo npm install
sudo npm install grunt
grunt serve
The AWS images I used for this lab were m3.large running Unbuntu 14.04
after the image was available I ran the following:
apt-get install git
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu
ports open 8080, 80, 22 in security rules in the AWS console
update to latest jenkins
install git plugin because it's not there by default
sudo apt-get install python-pip
sudo pip install virtualenv