Remove sbt instructions as they don't work on many systems

This commit is contained in:
Everett Sochowski 2015-01-13 11:43:19 +01:00
parent 56341ad785
commit d57b476fe6

View File

@ -31,7 +31,7 @@ Some files (OAuth related) are licensed under the Apache 2 license.
## SETUP
Use Maven (or sbt) as build tool.
The project uses Maven 3 as its build tool.
To compile and run jetty, install Maven 3 and execute:
@ -39,19 +39,6 @@ mvn jetty:run
----
Alternatively, sbt can be used, but might need some tweaks.
$ sbt
...
> compile
> ~;container:start; container:reload /
(Note that you first have to start sbt and then on its console start jetty with the container:start task, otherwise it will exit immediately. More here: https://github.com/siasia/xsbt-web-plugin/wiki)
In OS X, sbt can be installed with $ sudo port install sbt
----
# Databases:
The default datastores used are MongoDB (metadata, transaction cache) and Postgres (user accounts).