From d57b476fe60cf2bd03adf7d475ae89196c25526c Mon Sep 17 00:00:00 2001 From: Everett Sochowski Date: Tue, 13 Jan 2015 11:43:19 +0100 Subject: [PATCH] Remove sbt instructions as they don't work on many systems --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 6d57f6ded..a090ba3e5 100644 --- a/README.md +++ b/README.md @@ -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).