Skip to content

MFProduction/Virtual-Machine-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Machine Manager

Virtual machine manager is Ruby on Rails application for creating and monitoring AWS EC2 instances

Installation in development

  • Clone this repository:
git clone https://github.com/MrStaind/Virtual-Machine-Manager
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

Libraries

  • Ruby on Rails
  • Redis
  • postgresql
  • fog gem
  • sidekiq gem
  • semantic-ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published