This is an automated email from the ASF dual-hosted git repository.
awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new db67fec add "Instructions how to run for local development" to README
new 7ef262b Merge pull request #615 from
vorburger/doc-add_Instructions-how-to-run-for-local-development_README
db67fec is described below
commit db67fec6b976ee1426d06bab09fca67bacc05bef
Author: Michael Vorburger.ch <[email protected]>
AuthorDate: Thu Jul 4 10:20:58 2019 +0200
add "Instructions how to run for local development" to README
hoping to change "tomcatRunWAR" to "bootRun", later
(FINERACT-730/FINERACT-764)
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index 7c697fc..b622a24 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,16 @@ and stop and destroy it like this:
Beware that this database container database keeps its state inside the
container and not on the host filesystem. It is lost when you destroy (rm)
this container. This is typically fine for development. See [Caveats: Where
to Store Data on the database container
documentation](https://hub.docker.com/_/mysql) re. how to make it persistant
instead of ephemeral.
+
+Instructions how to run for local development
+============
+
+Run the following commands:
+1. `./gradlew createDB -PdbName=mifosplatform-tenants`
+1. `./gradlew createDB -PdbName=mifostenant-default`
+1. `./gradlew tomcatRunWAR`
+
+
Instructions to download gradle wrapper
============
The file fineract-provider/gradle/wrapper/gradle-wrapper.jar binary is checked
into this projects's Git source repository,