# Open TG-GATEs server

## Dependencies

- Java 1.8+
- scala 2.11.7+
- sbt

[kyotocabinet](http://fallabs.com/kyotocabinet/) and Java bindings (libjkyotocabinet): 

##To compile:

    sbt compile

##To package as jar: 

    sbt assembly

##To run the server:

First compile and package as above.
Edit run.sh and, if desired, change the variables PORT and OTG_SERVER_DATA_DIR. 
Then run it.
