--- doc/install.html 2002/07/27 14:46:04 1.3 +++ doc/install.html 2002/07/27 22:26:32 1.4 @@ -16,9 +16,19 @@ cd /home/httpd tar xvfz docman-2*.tar.gz + Make a symlink from current version (2.x) to default directory name + docman2 +
+   	ln -s docman-2.x docman2
+   
If you decide to install docman in some other directory, change $gblIncDir to that directory in realm/http_virtual_host.conf! +
If you don't want to use virtual hosts to separate docman + installations on same host, but instead use directory name before + docman.php script please read whole installation instructions + and than Using script path as realm name + to correct all instructions.
  • Go to directory which you want to have under Document Manager control (this directory also shouldn't be accessible from your web server tree) @@ -96,7 +106,7 @@ authorization request. If you want to add anonymous access (without login and password) skip to trustee section. -
    Edit realm/http_virtual_host/.htusers file to add users. +
    Edit realm/http_virtual_host.htusers file to add users. You can do that by calling adduser.pl script with name of your htusers file like this:
    @@ -192,6 +202,11 @@
        motd
        file. You can use html mark-up in it also!
     
    +
  • optionalIf you decided to use + script path as realm name + correct all installation files according to + this instructions. +
  • if you want to upload files which are bigger than 2Mb increase upload_max_filesize to more than 2Mb in php.ini. If you still get errors on files bigger than 8Mb increase