Skip to content

Commit

Permalink
merging fix to script made by github user liseri under mifosio versio…
Browse files Browse the repository at this point in the history
…n of demo-server
myrle-krantz committed Apr 4, 2018
1 parent 8d026c3 commit d5665f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/windows/initial-setup.bat
Original file line number Diff line number Diff line change
@@ -212,6 +212,15 @@ CALL gradlew publishToMavenLocal
TIMEOUT /T 5
cd ..

REM initialze cheques
git clone https://github.com/%githubAccount%/cheques.git
cd cheques
git remote add upstream https://github.com/mifosio/cheques.git
git checkout develop
CALL gradlew publishToMavenLocal
TIMEOUT /T 5
cd ..

REM initialze teller
git clone https://github.com/%githubAccount%/teller.git
cd teller

0 comments on commit d5665f1

Please sign in to comment.