I've just gotten my RubyStack AMI up and running on Amazon EC2. I've been able to both login via SSH and view the boilerplate project via the web. I want to add a new project to the instance but it's a custom app that I've written. I have a few questions on how to get started.
1) Where do I need to put my code so that it replaces the default project? 2) How can I check out an existing repo to my instance?
I'm a n00b to Ruby and moderately experienced with the command line so any pointers would be appreciated. Thanks.