X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fzippy_maps%2Flaunch_serene_cake.sh;fp=production%2Fexample_apps%2Fzippy_maps%2Flaunch_serene_cake.sh;h=e607f4d33cc0872f275b92078585eb3bc5522f37;hb=964acff97baa11795e21826d7821c61c8b5acc0a;hp=0000000000000000000000000000000000000000;hpb=cd2fef5988b511703a2cb287cb8dd735c2c0e9e8;p=feisty_meow.git diff --git a/production/example_apps/zippy_maps/launch_serene_cake.sh b/production/example_apps/zippy_maps/launch_serene_cake.sh new file mode 100755 index 00000000..e607f4d3 --- /dev/null +++ b/production/example_apps/zippy_maps/launch_serene_cake.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +THIS_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )" +pushd $THIS_FOLDER + +# does this help? +export DEBUG=true + +./bin/cake server -H 192.241.191.154 -p 12738 + +popd + +