Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.41 KB

File metadata and controls

68 lines (49 loc) · 2.41 KB

synereo

Join the chat at https://gitter.im/synereo/synereo Build Status

Home of:

Requirements

To work with the projects in this repository you will need:

Additionally, to run the Agent Service test suites you will need:

Why can't I use newer versions?

See note here.

Usage

After installing the these dependencies, you can clone this repo and run tasks using sbt:

$ git clone https://github.com/synereo/synereo.git
  ...
$ cd synereo
$ sbt "gloseval/run gencert --self-signed"
  ...

# Run a GLoSEval server
$ sbt gloseval/run
  ...

# Run the SpecialK test suites
$ sbt specialk/test
  ...

# Run the test suites for all projects
$ sbt test
  ...

NOTE: In order to run most tasks, MongoDB and RabbitMQ must also be running.

For the Agent Service test suites, Memcached must also be running.

Issues

We welcome reports of any issues on the issue tracker.

We are also using JIRA to track issues for this project and the rest of the Synereo Platform: https://synereo.atlassian.net/projects/SOC/issues