From: PeterThoeny Date: Mon, 11 Dec 2000 00:56:49 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=5bcf32d5f65ac3c4537a8cb44c2f5a2c44a2ff9b none --- diff --git a/TWiki/TWikiInstallationGuide.mdwn b/TWiki/TWikiInstallationGuide.mdwn index a08b314..e6dafdf 100644 --- a/TWiki/TWikiInstallationGuide.mdwn +++ b/TWiki/TWikiInstallationGuide.mdwn @@ -65,9 +65,9 @@ Installation steps: - Make sure PERL 5 and the PERL CGI library is installed on your system. Default location of PERL executable is `/usr/bin/perl` . In case PERL is installed in a different location, the first line of all perl scripts in the `twiki/bin` directory need to be changed (alternatively you can create a symbolic link from `/usr/bin/perl` ). - To be able to edit the perl scripts and .tmpl files it is necessary to `chown` and `chgrp -R twiki` so all the files have the owner you want. - The scripts execute as `nobody` . Set the file permission of all Perl scripts in the `twiki/bin` directory as executable to `-rwxr-xr-x` . -- Set the file permission of all files below `twiki/data` to 666 ( `-rw-rw-rw-` ). -- Set the file permission of the `twiki/data` directory and all its subdirectories to 777 ( `drwxrwxrwx` ). -- Set the file permission of the `twiki/pub` directory to 777 ( `drwxrwxrwx` ). +- Set the permission of all files below `twiki/data` so that they are writable by user `nobody`. A simple way is to chmod them to 666 ( `-rw-rw-rw-` ). +- Set the permission of the `twiki/data` directory and all its subdirectories so that files in there are writable by user `nobody`. A simple way is to chmod them to 777 ( `drwxrwxrwx` ). +- Set the permission of the `twiki/pub` directory and all its subdirectories so that files in there are writable by user `nobody`. A simple way is to chmod them to 777 ( `drwxrwxrwx` ). - Edit the file `twiki/bin/wikicfg.pm` and set the variables at the beginning of the file to your needs. - Make sure RCS is installed. Set `$rcsDir` in `twiki/bin/wikicfg.pm` to mach the location of your RCS binaries. - Point your browser at and start TWiki-ing away!