Skip to content
/ snail Public
forked from marcinbunsch/snail

Snail is a web interface for Amazon Web Services (AWS) written using the sinatra web framework

Notifications You must be signed in to change notification settings

ramarnat/snail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Snail is a web interface for Amazon Web Services (AWS) written using the sinatra web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%