This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
snail /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 27 08:18:02 -0700 2008 | |
| |
README.textile | Mon Oct 27 08:31:18 -0700 2008 | |
| |
lib/ | Tue Oct 28 06:02:44 -0700 2008 | |
| |
public/ | Wed Oct 29 08:00:58 -0700 2008 | |
| |
snail.rb | Wed Oct 29 08:00:58 -0700 2008 | |
| |
views/ | Wed Oct 29 08:00:58 -0700 2008 |
README.textile
Snail
Snail is a web interface for Amazon Web Services (AWS) written using the sinatra web framework.
Dependencies
- gem install sinatra right_aws
Installing and Running
- git clone git://github.com/moomerman/snail.git
- cd snail
- create snail.yml with your aws key and secret key in (see below)
- ./snail.rb
- go to http://localhost:4567/
Configuration (snail.yml)
aws_key: YOUR_KEY
aws_secret: YOUR_SECRET_KEY







