From 185c64dcc4ce2509021c395d0d2b2318f90867da Mon Sep 17 00:00:00 2001 From: Joe Dunn Date: Thu, 27 Aug 2015 22:08:40 -0400 Subject: [PATCH] Update README.md There is no install directions for code deploy for linux based systems in the README.md. Added brief directions for future engineers attempting to deploy. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d673f226..95ff2c24 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,6 @@ Update the features/AwsCredentials.yml file with AWS access key and secret key. ``` rake test-integration ``` +## Installation of Codedeploy Agent + +In the bin directory run bin/install for exmaple for Red Hat based installs run bin/install rpm to install the the RPM for the codeploy agent.