public
Description: Snail is a web interface for Amazon Web Services (AWS) written using the sinatra web framework
Homepage: https://snail.moocode.com/
Clone URL: git://github.com/moomerman/snail.git
snail /
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