aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuilherme Salgado <salgado@canonical.com>2011-06-20 14:42:29 -0300
committerGuilherme Salgado <salgado@canonical.com>2011-06-20 14:42:29 -0300
commit46f7a66143e0c5d981c6bc5a1f1bb0bd55136981 (patch)
tree6feb037844c08483b2b40d084b19f89490ff432b /README
parentb003e00134d73b96af2c0b259e54f3cd6cbd5d4c (diff)
A few minor tweaks to the instructions for setting up a new master node
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index 7b5afa0..710f22b 100644
--- a/README
+++ b/README
@@ -5,11 +5,11 @@ About
-----
Linaro Cloud Buildd is a build service which distributes build load to the
-cloud (EC2). Linaro Cloud Buildd is based on Jenkins Continous Intregration
+cloud (EC2). Linaro Cloud Buildd is based on Jenkins Continous Integration
server and constitutes of configuration, streamlined web frontend, setup
and maintenance scripts, procedures and best practices all interfacing
to Jenkins. Cloud Buildd is in particular targetted towards building Android
-Platform, though may be reused for to build other massive software projects.
+Platform, though may be reused to build other massive software projects.
This package hosts scripts which are used by the Linaro Cloud Buildd Service.
Scripts are grouped by purpose in subdirectories:
@@ -34,7 +34,9 @@ of the host, and may alter configuration of other software and services.
Please make sure that you have working (command-line) EC2 environment and can
run ec2-* commands (for example, ec2-describe-instances). See
-https://help.ubuntu.com/community/EC2StartersGuide for this initial setup.
+https://help.ubuntu.com/community/EC2StartersGuide for this initial setup. You
+will also need your EC2 keypair, which you can find out by running
+ec2-describe-keypairs.
Quick install:
@@ -59,6 +61,7 @@ credentials which will be used to create build slave instances.
Paste contents of jenkins@cloud-buildd.rsa into "EC2 RSA Private Key".
6. Click "Test Connection" and ensure you get "SUCCESS".
+7. Now save your changes and you're done.
In addittion to fully automated sandbox-create script which takes care of
instance creation for master node, there're following scripts with narrower