Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 501 Bytes

README.textile

File metadata and controls

25 lines (18 loc) · 501 Bytes

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/marcinbunsch/snail.git
  • cd snail
  • create config/snail.yml with your aws key and secret key in (see below)
  • ruby snail.rb
  • go to http://localhost:4567/

Configuration (config/snail.yml)


project_name:
  aws_key: YOUR_KEY
  aws_secret: YOUR_SECRET_KEY