none
[openafs-wiki.git] / TWiki / TWikiInstallationGuide.mdwn
index 5ae9078..916301b 100644 (file)
 
 # <a name="TWiki Installation Guide"></a> TWiki Installation Guide
 
-_Installation instructions for the current public release (01-Sep-2001)_
+_Installation instructions for the TWiki 01-Sep-2001 production release_
 
 ## <a name="Overview"></a> Overview
 
 These installation steps are based on the Apache Web server on Linux. TWiki runs on other Web servers and Unix systems, and should be fine with any OS and server that meet the [[system requirements|Main/TWikiImplementationNotes]]. Documentation for other platforms is currently limited. For Windows, check TWiki:Codev/TWikiOnWindows. Search the TWiki:Codev web for other intallation notes.
 
-- **_NOTE:_** This Guide assumes user `nobody` ownership for all files manipulated by the CGI scripts (executed by the Web server), and user `twiki` for all other files. You can:
-  - replace `nobody` with another user if your server executes scripts under a different name (ex: default for Debian is `www-data`).
-  - replace user `twiki` with your own username
-
 <a name="StandardInstallation"></a>
 
 ## <a name="Standard Installation"></a> Standard Installation
 
-Request and download the TWiki 01-Sep-2001 distribution in Unix ZIP format from <http://TWiki.org/download.html>.
+Request and download the TWiki 01-Sep-2001 distribution in Unix ZIP format from <http://TWiki.org/download.html>. _(To install TWiki on SourceForge, for use on a software development project, read TWiki:Codev/SourceForgeHowTo.)_
+
+- **_NOTE:_** This Guide assumes user `nobody` ownership for all files manipulated by the CGI scripts (executed by the Web server), and user `twiki` for all other files. You can:
+  - replace `nobody` with another user if your server executes scripts under a different name (ex: default for Debian is `www-data`).
+  - replace user `twiki` with your own username
 
 ### <a name="Step 1: Create  Configure the Di"></a> Step 1: Create &amp; Configure the Directories
 
-- **_NOTE:_** _If you don't have access to your Web server configuration files - for example, if you're installing on an ISP-hosted account - use the [[alternative Step 1|Main/WebHome#StepOneB]] instead._
-- **_NOTE:_** To install TWiki on SourceForge, for use on a software development project, read TWiki:Codev/SourceForgeHowTo.
+**_NOTE:_** _If you don't have access to your Web server configuration files - for example, if you're installing on an ISP-hosted account - use the [[alternative Step 1|Main/WebHome#StepOneB]] instead._
 
 - Create directory `/home/httpd/twiki` and unzip the TWiki distribution into this directory.
 - The `twiki/bin` directory of TWiki must be set as a cgi-bin directory. Add `/home/httpd/twiki/bin` to file `/etc/httpd/httpd.conf` with only `ExecCGI` option.