summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2000-12-11 00:56:49 +0000
committerPeter Thoeny <web-hurd@gnu.org>2000-12-11 00:56:49 +0000
commit9b4e4a586bb1be89fdd16ac8cc8b6ee583156eae (patch)
tree8610f1f4e461fc5e76e00b36efbb9f12ed6a13f9
parent3760cee3630a8ef14be7854aea39b92641954f7d (diff)
none
-rw-r--r--TWiki/TWikiInstallationGuide.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/TWiki/TWikiInstallationGuide.mdwn b/TWiki/TWikiInstallationGuide.mdwn
index 83adc22f..f713e976 100644
--- a/TWiki/TWikiInstallationGuide.mdwn
+++ b/TWiki/TWikiInstallationGuide.mdwn
@@ -68,9 +68,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 <http://your.domain.com/twiki/bin/view> and start TWiki-ing away!