Skip to content
forked from applicaster/scaler

Simple Sinatra app for managing AWS autoscaling launch configurations, groups and scheduled actions

License

Notifications You must be signed in to change notification settings

paschdan/scaler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaler

Scaler is a simple Sinatra app for managing AWS autoscaling launch configurations, groups and scheduled actions

Usage

Installation

$ git clone https://github.com/applicaster/scaler.git
$ bundle install

Configuration

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

Running the App

On your local machine just type bundle exec rackup

If you want to deploy it to remote server I suggest using Nginx + Unicorn setup

About

Simple Sinatra app for managing AWS autoscaling launch configurations, groups and scheduled actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.7%
  • Ruby 17.2%
  • CSS 13.2%
  • HTML 9.9%