2011-11-06 22:50:32 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2011-11-06 23:49:16 +00:00
|
|
|
if [ "x$BASH_SOURCE" == "x" ]; then echo '$BASH_SOURCE not set'; exit 1; fi
|
2011-11-06 22:50:32 +00:00
|
|
|
DEV=$(cd -P "$(dirname "${BASH_SOURCE[0]}" )" && pwd)
|
|
|
|
|
|
2011-11-06 23:13:36 +00:00
|
|
|
"$DEV/installphp.sh"
|
|
|
|
|
"$DEV/installmw.sh"
|
|
|
|
|
"$DEV/start.sh"
|