Code Monkey home page Code Monkey logo

cloudmux's Introduction

CloudMux

Build Status Code Climate

The CloudMux project provides a RESTful service layer for the management of multiple public/private cloud backends. The JSON-over-REST services abstract many of the details of calling specific cloud APIs. The JSON models returned are decorated with additional properties when supported by the cloud, or returned with minimal properties for a base IaaS cloud. CloudMux maintains an internal datastore with cloud definitions and cloud credentials, and makes native calls against the cloud on behalf of a user.

CloudMux currently supports the following clouds:

  • Amazon (AWS)
  • OpenStack (Essex & Grizzly)
  • Google Compute Engine (GCE)

CloudMux Architecture

Getting Started

  1. Make sure you have ruby 1.9.2 or 1.9.3 and mongodb installed.

  2. Create a ruby environment file and source with the following contents (edit your mongo user and password):

  • STACK_PLACE_SERVICE_ENDPOINT=http://localhost:9292

  • MONGO_URI=mongodb://MONGOUSER:MONGOPASSWORD@localhost:27017

  • RACK_ENV=development

  • RAILS_ENV=development

  • export STACK_PLACE_SERVICE_ENDPOINT MONG_URI RACK_ENV RAILS_ENV

    source cloudmux.env

  1. Install nokogiri dependencies on the system (below is for Ubuntu/Debian systems. Reference Installing Nokogiri for others):

    sudo apt-get install libxslt-dev libxml2-dev

  2. Install Gem dependencies, cd to the CloudMux directory and run (if bundler is not install run gem install bundler):

    bundle install

  3. Seed mongodb, from the CloudMux directory run:

    rake db:seed

  4. You are now ready to host CloudMux. This can simple be started from the CloudMux directory by running:

    sh script/start_cloudmux.sh

or you can setup through an HTTP server (e.g. Apache w/ Passenger)

cloudmux's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.