updating cakephp apps
[feisty_meow.git] / production / example_apps / zippy_maps / launch_serene_cake.sh
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 (executable)
index 0000000..e607f4d
--- /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 -H 192.241.191.154 -p 12738
+
+popd
+
+