Skip to content

Commit

Permalink
Merge pull request apache#5 from pembemiriam/develop
Browse files Browse the repository at this point in the history
Fix initial build script to pull in the right order
  • Loading branch information
awasum authored Apr 1, 2018
2 parents a52db53 + 4392432 commit c40a8cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/Unix/initial-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ get_modules() {
done
}

get_modules fineract-cn-lang fineract-cn-async fineract-cn-cassandra fineract-cn-mariadb fineract-cn-data-jpa fineract-cn-command fineract-cn-api fineract-cn-test
get_modules fineract-cn-lang fineract-cn-api fineract-cn-async fineract-cn-cassandra fineract-cn-mariadb fineract-cn-data-jpa fineract-cn-command fineract-cn-test

# Return to start folder
cd ..
Expand Down Expand Up @@ -55,8 +55,8 @@ get_modules fineract-cn-service-starter fineract-cn-default-setup fineract-cn-de

# REM initialize Web App
git clone https://github.com/$githubAccount/fineract-cn-fims-web-app.git
cd fims-web-app
cd fineract-cn-fims-web-app
git remote add upstream https://github.com/apache/fineract-cn-fims-web-app.git
npm i

cd ..
cd ..

0 comments on commit c40a8cf

Please sign in to comment.