X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fzippy_maps%2Fscripts%2Flaunch_local_cake.sh;fp=production%2Fexample_apps%2Fzippy_maps%2Fscripts%2Flaunch_local_cake.sh;h=09e2cb512ecb2c583b6e7c76a293fd90330d1f9b;hb=34d1cb2e8687b826357db1d3821bf9e05cf6f13d;hp=0000000000000000000000000000000000000000;hpb=21f30bb859e6c15393e23ac0e5ef417b82f628a5;p=feisty_meow.git diff --git a/production/example_apps/zippy_maps/scripts/launch_local_cake.sh b/production/example_apps/zippy_maps/scripts/launch_local_cake.sh new file mode 100644 index 00000000..09e2cb51 --- /dev/null +++ b/production/example_apps/zippy_maps/scripts/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 + +