Skip to content

Commit

Permalink
add some missing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 29, 2011
1 parent 56fd29e commit aed4254
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -4,7 +4,7 @@ Setup
=====

- copy credentials to yourproject.credentials.priv
- copy settings to yourproject.settings.priv
- copy settings to yourproject.settings.priv and change credentials path

Usage
=====
Expand Down
7 changes: 5 additions & 2 deletions settings.sh
@@ -1,7 +1,10 @@
AWS_AUTO_SCALING_HOME="`pwd`/as-tools"
AWS_CLOUDWATCH_HOME="`pwd`/cw-tools"

JAVA_HOME="/usr/lib/jvm/java-6-sun/jre"
PATH="`pwd`/as-tools/bin:`pwd`/cf-tools/bin:$PATH"
AWS_CREDENTIAL_FILE="`pwd`/credentials"
PATH="$AWS_AUTO_SCALING_HOME/bin:AWS_CLOUDWATCH_HOME/bin:$PATH"

AWS_CREDENTIAL_FILE="`pwd`/credentials"
ZONE="eu-west-1a" # <=== Availability Zone
REGION="eu-west-1"
SECURITY_GROUP="my-sg"
Expand Down

0 comments on commit aed4254

Please sign in to comment.