Skip to content

oxechicao/cloud-detours

 
 

Repository files navigation

Cloud Detours

Cloud Detours is an architecture \ framework that aims on providing support to migrate web application into Cloud Environments.

Building Cloud Detours

** Environment Setup **

The following components are mandatory to build up Detours:

Installing Java

You can use any method you want to install java. I've installed java8 as described in Webupd8.

Python

I'm currently using Python3 installed from Ubuntu 14.04 canonical sources.

Apache Libcloud

You can have this through PIP3 or you can also install it through Ubuntu sources. I just installed python3-libcloud .

ZeroMQ and Java Bindings

You can install it from Ubuntu sources (libzmq3 and libzmq3-dev) or download the tarball from ZMQ download site.

If you're using the tarball just follow the instructions from INSTALL file and you're going to get it good.

In order to have Java bindings installed, just download the sources and follow the usual way to compile it: autogen, configure, make and make install.

Gradle

Download and extract gradle bundle. After that, create an environment variable GRADLE_HOME and make Gradle available in path:

GRADLE_HOME=$HOME/apps/gradle

PATH=$PATH:$GRADLE_HOME/bin

You can load .profile and check gradle version:

$ . .profile

$ gradle -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.3%
  • Java 21.7%
  • AspectJ 4.4%
  • R 2.6%