updating cakephp apps
[feisty_meow.git] / production / example_apps / zippy_maps / launch_local_cake.sh
1 #!/bin/bash
2
3 THIS_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )"
4 pushd $THIS_FOLDER
5
6 # does this help?
7 export DEBUG=true
8
9 ./bin/cake server -p 8765
10
11 popd
12
13