mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:06:50 +00:00
Remove sbt instructions as they don't work on many systems
This commit is contained in:
parent
56341ad785
commit
d57b476fe6
15
README.md
15
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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user