3 if [ "x$BASH_SOURCE" == "x" ]; then echo '$BASH_SOURCE not set'; exit 1; fi
4 DEV
=$
(cd -P "$(dirname "${BASH_SOURCE[0]}" )" && pwd)
6 .
"$DEV/includes/require-php.sh"
12 cd "$DEV/../../"; # $IP
15 "$PHP" maintenance
/install.php
--server="http://localhost:$PORT" --scriptpath="" --dbtype=sqlite
--dbpath="$DEV/data" --pass=admin
"Trunk Test" "$USER"
17 echo "Development wiki created with admin user $USER and password 'admin'."