Skip to content

inarihtam/cloudman

 
 

Repository files navigation

CloudMan Logo

Easily create a compute cluster on top of a cloud computing infrastructure.

Overview

CloudMan is a cloud manager that orchestrates all of the steps required to provision a complete compute cluster environment on a cloud infrastructure; subsequently, it allows one to manage the cluster, all through a web browser. Although CloudMan can be used in any domain and for any purpose that calls for a compute cluster, it is primarily used in the context of Galaxy Cloud and CloudBioLinux and, along with the infrastructure, ensures a complete Next Generation Sequencing (NGS) analysis toolkit is instantly available. CloudMan is currently available on the AWS EC2 cloud.

Use

To instantiate a CloudMan cluster, simply visit usegalaxy.org/cloudlaunch. Alternatively, or if you want start an instance on one of the non-Amazon clouds, visit biocloudcentral.org.

Local deployment

For basic testing and some development, CloudMan can be run locally. Start by cloning CloudMan source, installing virtualenv, and adding Python libraries required by CloudMan. Then, run it:

$ cd <project root dir>
$ git clone https://github.com/galaxyproject/cloudman
$ virtualenv .
$ source bin/activate
$ pip install -r cloudman/requirements.txt
$ sh cloudman/run.sh [--reload]

Custom cloud deployment

If you would like to deploy CloudMan and all of its dependencies on a cloud infrastructure where a public image does not already exist, take a look at CloudBioLinux scripts (cloudman flavor in particular).

LICENSE

The code is freely available under the MIT license.

About

Easily create and manage compute clusters on any Cloud.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.7%
  • JavaScript 35.0%
  • Mako 5.9%
  • CSS 2.2%
  • Other 0.2%