Coder Social home page Coder Social logo

ashrafmajdee / conductor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aeolusproject/conductor

0.0 0.0 0.0 10.92 MB

Aeolus Conductor

Home Page: http://www.aeolusproject.org/

License: Apache License 2.0

Shell 0.60% JavaScript 2.37% Ruby 97.01% Python 0.02%

conductor's Introduction

Aeolus Conductor

Build Status Code Climate

About

Aeolus Conductor is a Ruby-based web application for cloud management. It is one component of the Aeolus Project. For a chart of how Conductor fits with the other components, see: Aeolus Components

Just Want To Try It Out?

If you just want to try it out, start here: Get It

Otherwise, if you are a developer who wants to set up a development environment using the latest upstream code, this document is for you.

Setting Up a Development Environment Using Bundler

All ruby gems that our project relies on are installed locally in a sandbox via bundler (gem and bundler must already be installed). Of course, if other system-wide gems are installed that is fine too-- "bundle install" will pull in the version-specific dependencies it needs locally.

System Prerequisites

There are a few things that need to be done as root or a sudo-enabled user before we check out the Conductor repository and fire up the development server.

We rely on the system to provide some development libraries, ruby, gem, bundler and a database. Specifically for RHEL 6 or Fedora Core 16 or 17, we can grab these dependencies with:

yum install -y postgresql-server postgresql postgresql-devel ruby ruby-devel ruby-rdoc git libxml2 libxml2-devel libxslt libxslt-devel gcc gcc-c++

^^assumes using postgres as our back-end database, but we could just as well use sqlite or mysql.

This set of requirements is not unusual and should look familiar to the experienced Ruby developer. Of course, installing these libraries for another flavor of OS should also be relatively straightforward.

As previously mentioned, gem and bundler also should be available on your system but no other system-wide gems are necessary.

If you happen to be running RHEL6 or Fedora 16/17, you can download the script conductor-dev-root-prep.sh from https://gist.github.com/3178181 which installs the needed system dependencies and sets up postgres.

Otherwise, you will need to adapt the steps in the script for your particular OS.

Setting Up a Development Workspace

With the above prerequisites met, setting up a development environment is as easy as cloning the repository, bundle-installing the needed gems locally, and running a few rake commands. See the OS-agnostic script conductor-dev-setup.sh from https://gist.github.com/3178181 which does just that. This script should not be run as root, rather as the non-privileged user you are going to do development with.

Happy coding!

Contact

IRC: Team members can be found in #aeolus on Freenode

Mailing List: We also make heavy use of the mailing list [email protected]. You may also find the aeolus-devel list archives helpful.

conductor's People

Contributors

aathomas avatar blomquisg avatar bmclaughlin avatar calfonso avatar cwolferh avatar eggmaster avatar hacxman avatar humaton avatar ifarkas avatar imain avatar jcoufal avatar jeckersb avatar jguiditta avatar jistr avatar jlaska avatar jprovaznik avatar kenkeiter avatar markmc avatar mfojtik avatar morazi avatar movitto avatar mtaylor avatar n1zyy avatar radez avatar razorinc avatar rwsu avatar samridh90 avatar sseago avatar tomassedovic avatar tzumainn 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.