Virtual machine manager is Ruby on Rails application for creating and monitoring AWS EC2 instances
- Clone this repository:
git clone https://github.com/MrStaind/Virtual-Machine-Manager
- install Redis and run:
bundle install
- create postgresql username and set it in config/database.yml
rake db:create
rake db:migrate
- if you want example presets run:
rake db:seed
- copy .fog example to .fog in home directory and paste in your credentials from AWS (access key id, secret access id and default region )
cp .fog-example ~/.fog
Start rails server, redis server and sidekiq
rails s
redis-server
sidekiq
- Ruby on Rails
- Redis
- postgresql
- fog gem
- sidekiq gem
- semantic-ui