smmf / geograph-agent-farm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geograph Agent Farm

This project is part of the Specific Targeted Research Project (STReP) Cloud-TM and is partially funded by the European Commission under the Seventh Framework Programme for Research and Technological Development (FP7 - 2007-2013) with contract no. 257784.

This is a workload generator for Geograph. Please install Geograph before installing the workload generator.

Getting started

This project requires Geograph. If you haven’t, please install it first. In order to run the application follow these steps:

  1. Clone the project from the git repository:

    git clone git://github.com/algorithmica/geograph-agent-farm.git
  2. Install the needed gem libraries: open a shell, cd to the project folder and run

    jruby -S bundle install

    Note: if you are on a linux machine you must add two gems to the Gemfile before executing the bundle install open the Gemfile (in the root of the application) and add

    gem 'execjs'
    gem 'therubyrhino'
    
  3. Install the domain as described here

  4. Setup the database (make sure sqlite3 is installed):

    jruby -S rake db:setup

About

License:Other


Languages

Language:Ruby 85.2%Language:JavaScript 14.1%Language:Shell 0.5%Language:CoffeeScript 0.3%