Scaler is a simple Sinatra app for managing AWS autoscaling launch configurations, groups and scheduled actions
$ git clone https://github.com/applicaster/scaler.git
$ bundle install
The following Environment variables required by Scaler
SCALER_TZ
The default TimeZone
SCALER_USER
Username for http basic authentication
SCALER_PASS
Password for http basic authentication
AWS_ACCESS_KEY_ID
AWS access key ID
AWS_SECRET_ACCESS_KEY
AWS secret access key
On your local machine just type bundle exec rackup
If you want to deploy it to remote server I suggest using Nginx + Unicorn setup