Skip to content

Commit

Permalink
added a note about appoxy-aws gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
fields committed Mar 27, 2010
1 parent 7fb1059 commit 6485153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Some notes:

How to run:

1) Install the appoxy-aws and ruby-graphviz gems (and graphviz).
2) Enter your access ID and secret key into config/initializers/aws.rb.
1) Install the appoxy-aws and ruby-graphviz gems (and graphviz).
2) Enter your access ID and secret key into config/initializers/aws.rb. (Note: it appears that the appoxy-aws gem has been shifting things around. I'll try to get the version stabilized next week. You might need to change Aws:: to RightAws:: in initializers/aws.rb depending on what version of the gem you have.)
3) rake db:migrate. We're using sqlite by default, for convenience.
4) Fire up the server. "script/server -p 8081 -d" will do it. At the moment, this is only meant to run locally and has no authentication.
5) Hit localhost:8081/instances in a browser.
Expand Down

0 comments on commit 6485153

Please sign in to comment.