Skip to content

DivvyDAO/synereo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 63.8%
  • Java 33.9%
  • Other 2.3%