From 5ea065366023b4f576b64854add67624337dadba Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Sat, 15 Sep 2001 19:29:20 +0000 Subject: none --- TWiki/TWikiUpgradeGuide.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TWiki/TWikiUpgradeGuide.mdwn b/TWiki/TWikiUpgradeGuide.mdwn index 4ad38e74..2621827a 100644 --- a/TWiki/TWikiUpgradeGuide.mdwn +++ b/TWiki/TWikiUpgradeGuide.mdwn @@ -27,7 +27,7 @@ The 01-Sep-2001 release includes the following new features and enhancements: * **[[TWikiMetaData]]** - New data format * **[[TWikiForms]]** - Create multiple input forms per web; data is rendered in HTML tables. * **[[ManagingTopics]]** Individual topics can be renamed, moved and deleted through the browser. Deleted topics are stored in a common Trash web. -* **[[Changing_Passwords]]** Change and reset passwords using forms. +* **[[ChangingPasswords]]** Change and reset passwords using forms. * **[[TWikiVariables]]** - %TOC% variable generates a hierarchical table of contents from topic headings: <hI>...<h6>. Set depth. * **[[TWikiVariables]]** - Text formatting rules to generate automatic links from any combination of words and spaces. * **[[FileAttachment]]** Changes made to files attached to topics are now saved under revision control (RCS). @@ -146,8 +146,9 @@ The following steps describe the upgrade on Unix. Windows setup is very similar. 2. Move & rename the Know web to a temporary `twiki/data/Know2` directory, ex:
`mv ~/tmp/data/Know $TWIKIROOT/data/Know2`
`mv ~/tmp/pub/Know $TWIKIROOT/pub/Know2` 3. Move the \_default and Trash web, ex:
`mv ~/tmp/data/_default $TWIKIROOT/data`
`mv ~/tmp/data/Trash $TWIKIROOT/data` 4. Move the MIME types file, ex:
`mv ~/tmp/data/mime.types $TWIKIROOT/data` -5. Pay attention to the file permissions of the `TWiki2` and `Know2` directories and its files. The files must be writable by the cgi-scripts (usually user `nobody`). -6. In case the cgi-scripts are not running as user `nobody`: The `*,v` RCS repository files delivered with the installation package are locked by user nobody and need to be changed the user of your cgi-scripts, i.e. `www-data`. A simple way to switch the locker of the RCS files is to use sed:
`for f in *,v; do sed 's/nobody\:/www-data\:/' $f > x; mv x $f; done` +5. Move the TWiki logo files, ex:
`mv ~/tmp/pub/*.gif $TWIKIROOT/pub` +6. Pay attention to the file permissions of the `TWiki2` and `Know2` directories and its files. The files must be writable by the cgi-scripts (usually user `nobody`). +7. In case the cgi-scripts are not running as user `nobody`: The `*,v` RCS repository files delivered with the installation package are locked by user nobody and need to be changed the user of your cgi-scripts, i.e. `www-data`. A simple way to switch the locker of the RCS files is to use sed:
`for f in *,v; do sed 's/nobody\:/www-data\:/' $f > x; mv x $f; done` ### Step 5: Install new CGI scripts -- cgit v1.2.3