Sha256: b152095170b128b9405032251e7b6f2953fcfe0b290513cf149d04bbfdf4cd0d

Contents?: true

Size: 879 Bytes

Versions: 5

Compression:

Stored size: 879 Bytes

Contents

# Gisele

Gisele is a Process Analyzer Toolset

## Description

This is the process modeling and analysis toolset developed during the Gisele and
PIPAS research projects held at the University of Louvain in 2008-2012.

## Installation

This project requires an installation of ruby >= 1.9.2. Then,

    gem install gisele
    gisele --help

For contributors (UCLouvain students, in particular), please consider the following 
scenario:

    gem install bundler --pre
    git clone https://blambeau@github.com/blambeau/gisele.git   # or your own fork
    cd gisele
    bundle install
    rake test                           # please report any test failure on github
    bundle exec ./bin/gisele --help

## Contributing

Gisele is distributed under a MIT license. The common github workflow (fork/pull request) 
applies. Please take contact with Bernard Lambeau with any question.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gisele-0.4.0 README.md
gisele-0.3.0 README.md
gisele-0.2.0 README.md
gisele-0.1.0 README.md
gisele-0.0.1 README.md