updating cakephp apps
[feisty_meow.git] / production / example_apps / zippy_maps / launch_local_cake.sh
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 (executable)
index 0000000..c139697
--- /dev/null
@@ -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
+
+