Skip to content

Commit

Permalink
example run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Nov 5, 2021
1 parent 2a88c45 commit 6e9c3fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions flutter_server_backbone/scripts/run_postgis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
VERSION=3.3.0
WORKSPACE=/home/hydrologis/TMP/GSS/
DBHOST=localhost
DBNAME=testgss
MEM=-Xmx4g
java $MEM -jar gss-backbone-$VERSION.jar -w $WORKSPACE -mp testPwd -p $DBHOST:5432/$DBNAME -pu test -pp test
5 changes: 1 addition & 4 deletions flutter_server_backbone/scripts/run_simple.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
VERSION=3.3.0
WORKSPACE=/home/hydrologis/TMP/GSS/
#KEYSTORE=""
#DBHOST=localhost
#DBNAME=test
MEM=-Xmx4g
java $MEM -jar gss-backbone-$VERSION.jar -w $WORKSPACE -mp testPwd #$KEYSTORE -p jdbc:postgresql://$DBHOST:5432/$DBNAME -pu postgresuser -pp postgrespwd
java $MEM -jar gss-backbone-$VERSION.jar -w $WORKSPACE -mp testPwd

0 comments on commit 6e9c3fc

Please sign in to comment.