X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fzippy_maps%2Flaunch_local_cake.sh;fp=production%2Fexample_apps%2Fzippy_maps%2Flaunch_local_cake.sh;h=c1396971fd7eedf5c71cd29afd4b3787d91367dc;hb=964acff97baa11795e21826d7821c61c8b5acc0a;hp=0000000000000000000000000000000000000000;hpb=cd2fef5988b511703a2cb287cb8dd735c2c0e9e8;p=feisty_meow.git diff --git a/production/example_apps/zippy_maps/launch_local_cake.sh b/production/example_apps/zippy_maps/launch_local_cake.sh new file mode 100755 index 00000000..c1396971 --- /dev/null +++ b/production/example_apps/zippy_maps/launch_local_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 -p 8765 + +popd + +