summaryrefslogtreecommitdiff
path: root/TWiki/TWikiInstallationGuide.mdwn
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-09-08 22:33:11 +0000
committerMikeMannix <MikeMannix>2001-09-08 22:33:11 +0000
commitc9f53b32eac8271bda8fcec289aaa7c670da110e (patch)
tree996ba18b73cc0149150f7e4609bf82a662356e7d /TWiki/TWikiInstallationGuide.mdwn
parentff209ca912dd81025911941edd0093fc6b191ba8 (diff)
none
Diffstat (limited to 'TWiki/TWikiInstallationGuide.mdwn')
-rw-r--r--TWiki/TWikiInstallationGuide.mdwn18
1 files changed, 9 insertions, 9 deletions
diff --git a/TWiki/TWikiInstallationGuide.mdwn b/TWiki/TWikiInstallationGuide.mdwn
index 50d710e4..56dbc4ff 100644
--- a/TWiki/TWikiInstallationGuide.mdwn
+++ b/TWiki/TWikiInstallationGuide.mdwn
@@ -8,9 +8,9 @@ _Clean install of the current public release (01-Sep-2001)_
These installation steps use the Apache web server on Linux as an example. TWiki should run on other web servers and Unix systems as well. (TWiki on Windows is possible, but has not been well-documented. More on that at <http://TWiki.org/cgi-bin/view/Codev/TWikiOnWindows.)>
-**_Note:_** Below installation steps assume user `nobody` for all files manupulated by the cgi scripts (executed by the web server), and user `twiki` for all other files. You need to replace user `nobody` with an other user in case the web server executes the script with a different user ( default for Debian is `www-data` ). Also, you can substitute user `twiki` with your own user name.
+**_NOTE:_** Below installation steps assume user `nobody` for all files manupulated by the cgi scripts (executed by the web server), and user `twiki` for all other files. You need to replace user `nobody` with an other user in case the web server executes the script with a different user ( default for Debian is `www-data` ). Also, you can substitute user `twiki` with your own user name.
-**_Note:_** Below installation steps assume that you have control over the web server configuraton files. In case you don't - you may be installing on an ISP-hosted server - follow the steps but use these directories instead:
+**_NOTE:_** Below installation steps assume that you have control over the web server configuraton files. In case you don't - you may be installing on an ISP-hosted server - follow the steps but use these directories instead:
<table border="1" cellpadding="1" cellspacing="0">
<tr>
@@ -49,7 +49,7 @@ Read <http://TWiki.org/cgi-bin/view/Codev/SourceForgeHowTo> in case you want to
## <a name="Standard_Installation"> Standard Installation </a>
-Request and download the TWiki %VERSION% 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>.
### <a name="Step_1_Create_amp_Configure_the_"> Step 1: Create &amp; Configure the Directories </a>
@@ -123,20 +123,20 @@ Complete a Standard Installation and your new TWiki site should be up and runnin
* Create a new data directory under `twiki/data` and check the file permission of the directory.
* Copy the `Web*.txt` files from the `twiki/data/Main` directory to the new data directory, preserving the original files' owner, group and permissions ( on Unix use `cp -p` ). The data files must be writable by the owner the CGI scripts are running on ( usually `nobody` ). Hint: You can set permissions of `.txt` and `.txt,v` files to `-rw-rw-rw-` and then edit the topic using your browser, RCS will restore the file permission correctly when saving the topic.
* Add the new web to the web list (visible in the upper right corner of each topic) by editing the site-level preferences %TWIKIWEB%.%WIKIPREFSTOPIC%:
- * Add the new web to the WIKIWEBLIST variable.
+ * Add the new web to the <code>%WIKIWEBLIST%</code> variable.
* Add the new web to the web table (at the bottom of each [[WebHome]] topic) by editing the %TWIKIWEB%.TWikiWebsTable topic.
* Change the web preferences by editing the WebPreferences topic of the new web:
* Set the WEBBGCOLOR variable to a color of your taste. The number represents the unique color for the web (consult an HTML book for colors.)
- * Customize the WEBTOPICLIST variable to contain the web specific links you prefer.
- * Optional: Set the WEBCOPYRIGHT variable to have a web-specific copyright text (at the bottom of each topic).
+ * Customize the <code>%WEBTOPICLIST%</code> variable to contain the web specific links you prefer.
+ * Optional: Set the <code>%WEBCOPYRIGHT%</code> variable to have a web-specific copyright text (at the bottom of each topic).
* If needed, create customized templates in the new templates directory. (Non existing templates are inherited from `twiki/templates` )
- * If you want to use form templates - see [[FormTemplateSystem]]
+ * If you want to use Form Templates - see [[TWikiDocumentation]]
* In case you want usage statistics for this web: Copy file `WebStatistics.txt` from the `twiki/data/Main` directory to the new data directory. Edit topic WebStatistics in the new web and delete old usage entries.
* Note that user home topics are only located in the %WIKITOOLNAME%.%MAINWEB% web, so don't try to move them or create them in other webs. From any web you can refer to users located in the %WIKITOOLNAME%.%MAINWEB% web like <code>%MAINWEB%.UserName</code> or <code>%MAINWEB%.UserName</code>.
### <a name="Adding_Variables_amp_Rendering_R"> Adding Variables &amp; Rendering Rules </a>
-* You can add new rendering rules or new %VARIABLES%. To insure an easy upgrade of TWiki it is recommended to do this customization in `twiki/bin/wikicfg.pm` , not `twiki/bin/wiki.pm` .
+* You can add new rendering rules or new <code>%VARIABLES%</code>. To insure an easy upgrade of TWiki it is recommended to do this customization in `twiki/bin/wikicfg.pm` , not `twiki/bin/wiki.pm` .
### <a name="Enabling_Basic_Authentication_ht"> Enabling Basic Authentication (.htaccess) </a>
@@ -149,7 +149,7 @@ Complete a Standard Installation and your new TWiki site should be up and runnin
## <a name="TWiki_File_System_Snapshot"> TWiki File System Snapshot </a>
-Here are partial directory listings showing typical file permissions and ownership. This is provided for general debugging use only and isn't an exact representation of the current distribution. There is also a complete file [[TWiki/TWikiImplementationNotes]], with individual file descriptions, for the current TWiki release.
+Here are partial directory listings showing typical file permissions and ownership. This is provided for general debugging use only and isn't an exact representation of the current distribution. There is also a file [[TWikiDocumentatin]], with individual file descriptions, for the current TWiki release.
Directory `twiki/bin` :