Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Eliminate traces of MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Izakey committed Oct 20, 2019
1 parent fba985f commit 39dd0b1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -37,11 +37,11 @@ cassandra user to use
##### cassandra.cluster.pwd
cassandra password to use

##### custom.mariadb.host
mariadb host to use
##### custom.postgresql.host
postgresql host to use

##### custom.mariadb.user
mariadb user to use
##### custom.postgresql.user
postgresql user to use

##### custom.mariadb.password
mariadb password to use
##### custom.postgresql.password
postgresql password to use
2 changes: 1 addition & 1 deletion scripts/Unix/initial-setup.sh
Expand Up @@ -38,7 +38,7 @@ get_modules() {
done
}

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 fineract-cn-postgresql
get_modules fineract-cn-lang fineract-cn-api fineract-cn-async fineract-cn-cassandra fineract-cn-postgresql fineract-cn-data-jpa fineract-cn-command fineract-cn-test

# Return to start folder
cd ..
Expand Down
4 changes: 2 additions & 2 deletions scripts/Unix/pull-all.sh
Expand Up @@ -35,8 +35,8 @@ get_modules() {

(
cd core
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 fineract-cn-postgresql
get_modules fineract-cn-lang fineract-cn-api fineract-cn-async fineract-cn-cassandra fineract-cn-postgresql fineract-cn-data-jpa \
fineract-cn-command fineract-cn-test
)

(
Expand Down
8 changes: 4 additions & 4 deletions scripts/windows/initial-setup.bat
Expand Up @@ -50,10 +50,10 @@ CALL gradlew publishToMavenLocal
TIMEOUT /T 5
cd ..

REM initialize mariadb
git clone https://github.com/%githubAccount%/fineract-cn-mariadb.git
cd fineract-cn-mariadb
git remote add upstream https://github.com/apache/fineract-cn-mariadb.git
REM initialize postgresql
git clone https://github.com/%githubAccount%/fineract-cn-postgresql.git
cd fineract-cn-postgresql
git remote add upstream https://github.com/apache/fineract-cn-postgresql.git
git checkout develop
CALL gradlew publishToMavenLocal
TIMEOUT /T 5
Expand Down
4 changes: 2 additions & 2 deletions scripts/windows/pull-all.bat
Expand Up @@ -48,8 +48,8 @@ git push origin develop
TIMEOUT /T 5
cd ..

REM pull mariadb
cd fineract-cn-mariadb
REM pull postgresql
cd fineract-cn-postgresql
git checkout develop
git pull upstream develop
CALL gradlew publishToMavenLocal
Expand Down

0 comments on commit 39dd0b1

Please sign in to comment.