Download + Install

     Instructions

Documentation

     Project Page
     API
     Examples

Contributors

     Peter Aitken
     Ian Davies
     Angus MacCuish

Installation Instructions:

To install Marjoree you will need rubygems.

Once you have gems installed all you need to do is open a command prompt and enter...

         gem install marjoree

Marjoree uses ODBC to connect to a dataserver, therefore you need an (Sybase) ODBC connection setup.
         To set up and ODBC connection on Windows,
                 Go to 'Control Panel', 'Adminstrative Tool', and select 'Data Sources (ODBC)' and enter the appropriate details of your database.


Running the Test Suite:

First you will need to enter the ODBC details in marjoree\tests\all_tests.rb to allow Marjoree to connect to the dataserver.

To run the tests suite open a command prompt and move to the 'marjoree' dir and run
         rake test

Examples:

These can be found either here or under marjoree\examples