Add setenv.gfsh Gfsh shell script to setup the system environment to run the example app.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Gfsh shell script to set the environment
|
||||
|
||||
set variable --name=SBDG_HOME --value=/Users/jblum/pivdev/spring-boot-data-geode
|
||||
echo --string=${SBDG_HOME}
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
gfsh -e "run --file=/Users/jblum/pivdev/spring-boot-data-geode/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-simple-cluster.gfsh"
|
||||
gfsh -e "run --file=${SBDG_HOME}/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-simple-cluster.gfsh"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
gfsh -e "run --file=/Users/jblum/pivdev/spring-boot-data-geode/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/stop-cluster.gfsh"
|
||||
gfsh -e "run --file=${SBDG_HOME}/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/stop-cluster.gfsh"
|
||||
|
||||
Reference in New Issue
Block a user