diff options
author | Nicholas Lee <nj.lee@plumtree.co.nz> | 2000-08-28 12:11:50 +0000 |
---|---|---|
committer | Nicholas Lee <nj.lee@plumtree.co.nz> | 2000-08-28 12:11:50 +0000 |
commit | 1560e1cbbd7d408d076c5ba7055d4bf7fdb2ab24 (patch) | |
tree | 774ee0223a85d22376efd085083846247f7a36fd /TWiki/TWikiUpgradeTo01Dec2000.mdwn | |
parent | 942e89986fce4a76f74c544208afebe011db876a (diff) |
none
Diffstat (limited to 'TWiki/TWikiUpgradeTo01Dec2000.mdwn')
-rw-r--r-- | TWiki/TWikiUpgradeTo01Dec2000.mdwn | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/TWiki/TWikiUpgradeTo01Dec2000.mdwn b/TWiki/TWikiUpgradeTo01Dec2000.mdwn index a91acf94..8e652f1d 100644 --- a/TWiki/TWikiUpgradeTo01Dec2000.mdwn +++ b/TWiki/TWikiUpgradeTo01Dec2000.mdwn @@ -6,12 +6,32 @@ If you are coming from a version earlier than the 01 May 2000 production release </tr> </table> -These are the steps you need to perform to upgrade the 01 May 2000 version to the current Beta version: +These are the steps you need to perform to upgrade the 01 May 2000 version to the current Beta version: [ We assume -* Create a TWiki directory below the data directory. + export TWIKIROOT=/some/dir/ + +* Unpack the beta zip file into some working directory: + + mkdir -p ~/tmp/ + cd ~/tmp + unzip ~/TWiki20000818beta.zip + +* Merge and changes in your current wikicfg.pm into the new `wikicfg.pm`. We suggest using `diff -c` to compared the two files if you have made heavy changes to the file: + + diff -c wikicfg.pm $TWIKIROOT/bin/wikicfg.pm | less + +* Create and populate the TWiki directory below the data directory. + + cd $TWIKIROOT/data/ + mkdir TWiki + cp ~/tmp/data/TWiki/* TWiki/ * Delete the following files in your TWiki.Main installation: * `BillClinton` , `GoodStyle` , `RegularExpression` , `TextFormattingFAQ` , `TextFormattingRules` , `TWikiAdministration` , `TWikiCategoryTable` , `TWikiDocumentation` , `TWikiEnhancementRequests` , `TWikiHistory` , `TWikiImplementationNotes` , `TWikiInstallationNotes` , `TWikiNotificationOfChanges` , `TWikiPlannedFeatures` , `TWikiPreferences` , `TWikiUpgradeTo01May2000` , `TWikiUsernameVsLoginUsername` , `TWikiVariables` , `TWikiWeb` , `WelcomeGuest` , `WikiName` , `WikiNotation` , `WikiTopic` , `WikiWikiClones` + + cd $TWIKIROOT/data/Main + rm -f BillClinton* GoodStyle* RegularExpression* TextFormattingFAQ* TextFormattingRules* TWikiAdministration=* TWikiCategoryTable* TWikiDocumentation* TWikiEnhancementRequests* TWikiHistory* TWikiImplementationNotes TWikiInstallationNotes* TWikiNotificationOfChanges* TWikiPlannedFeatures* TWikiPreferences* TWikiUpgradeTo01May2000* TWikiUsernameVsLoginUsername* TWikiVariables* TWikiWeb* WelcomeGuest* WikiName* WikiNotation* WikiTopic* WikiWikiClones* + * In all your webs, change references to topics that moved to the TWiki.TWiki web: * Change topics: `TWikiUsers` , `WebNotify` , `WebHome` * With links to: `TWikiPreferences` , `TWikiVariables` , `TWikiUsers` , `TWikiWebsTable` , `WelcomeGuest` |