diff --git a/monisetup.bat b/monisetup.bat new file mode 100644 index 000000000..177218db8 --- /dev/null +++ b/monisetup.bat @@ -0,0 +1,5 @@ +REM $Id$ +mkdir data\text +mkdir data\text\RCS +mkdir data\cache +mkdir pds diff --git a/monisetup.sh b/monisetup.sh index fd49b2aaf..ef1ef0337 100644 --- a/monisetup.sh +++ b/monisetup.sh @@ -82,7 +82,7 @@ chmod $PERM config.php if [ $ID -eq 0 ]; then RETVAL=1 while [ ! $RETVAL -eq 0 ]; do - echo -n " Please enter the nobody user id (nobody): " + echo -n " Please enter the Apache user ID (e.g. nobody): " read owner if [ x$owner = x ]; then owner=nobody @@ -95,7 +95,7 @@ if [ $ID -eq 0 ]; then RETVAL=1 while [ ! $RETVAL -eq 0 ]; do - echo -n " Please enter the nobody group id (nobody): " + echo -n " Please enter the Apache group ID (e.g. nobody): " read group if [ x$group = x ]; then group=nobody @@ -108,7 +108,8 @@ fi echo echo 'Your wiki is cofiguared now.' -echo 'Please open monisetup.php to change some basic options for your wiki' +echo 'Please open monisetup.php in a browser' +echo ' to change some basic options for your wiki' echo echo