From 0c5a60014d411054e3084103c34ffe559cca2b99 Mon Sep 17 00:00:00 2001 From: MikeMannix Date: Thu, 30 Aug 2001 10:21:53 +0000 Subject: none --- TWiki/TWikiUpgradeGuide.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TWiki/TWikiUpgradeGuide.mdwn') diff --git a/TWiki/TWikiUpgradeGuide.mdwn b/TWiki/TWikiUpgradeGuide.mdwn index f67adfe9..9cf0cdbc 100644 --- a/TWiki/TWikiUpgradeGuide.mdwn +++ b/TWiki/TWikiUpgradeGuide.mdwn @@ -70,7 +70,7 @@ Follow this step-by-step guide to upgrade the 01 Dec 2000 version to the 01 Sep > * * Move the new `twiki/data/TWiki` directory to your installation: ( `twiki/data` )
`mv ~/tmp/data/TWiki $TWIKIROOT/data/`
Pay attention to the file permissions of the `TWiki` directory and its files. The files must be writable by the cgi-scripts (usually user "nobody") > * Optionally move the new `twiki/data/Test` directory to your installation, i.e.
`mv ~/tmp/data/Test $TWIKIROOT/data/`
(Pay attention to the file permissions) > * Move these new TWiki.Main web topics to your TWiki.Main web: `TWikiGroups`, `TWikiAdminGroup`, and if needed also `OfficeLocations` , i.e.
`mv ~/tmp/data/Main/TWikiGroups.* $TWIKIROOT/data/Main`
(Pay attention to the file permissions) -> * The following topics in the TWiki.Main web are obsolete and can be deleted: `BillClinton`, `GoodStyle`, `RegularExpression`, `TextFormattingFAQ`, `TextFormattingRules`, `TWikiAdministration`, `TWikiCategoryTable`, `TWikiEnhancementRequests`, `TWikiImplementationNotes`, `TWikiInstallationNotes`, `TWikiNotificationOfChanges`, `TWikiPlannedFeatures`, `TWikiUpgradeTo01May2000`, `TWikiUsernameVsLoginUsername`, `TWikiWeb`, `WelcomeGuest`, `WelcomeVisitor`, `WikiName`, `WikiNotation`, `WikiTopic`, `WikiWikiClones`. Sample delete command:
`rm -f $TWIKIROOT/data/Main/BillClinton.*` +> * The following topics in the TWiki.Main web are obsolete and can be deleted: `BillClinton`, `GoodStyle`, `RegularExpression`, `TextFormattingFAQ`, `TextFormattingRules`, `TWikiAdministration`, `TWikiCategoryTable`, `TWikiEnhancementRequests`, `TWikiImplementationNotes`, `TWikiInstallationNotes`, `TWikiNotificationOfChanges`, `TWikiPlannedFeatures`, `TWikiUpgradeTo01May2000`, `TWikiUsernameVsLoginUsername`, `TWikiSite`, `WelcomeGuest`, `WelcomeVisitor`, `WikiName`, `WikiNotation`, `WikiTopic`, `WikiWikiClones`. Sample delete command:
`rm -f $TWIKIROOT/data/Main/BillClinton.*` > * The following topics are new and most be copied to all of your TWiki webs: `WebChanges`, `WebIndex`.
`cp -p $TWIKIROOT/data/TWiki/WebChanges.txt* $TWIKIROOT/data/Main`
`cp -p $TWIKIROOT/data/TWiki/WebIndex.txt* $TWIKIROOT/data/Main`
Repeat this for all your webs. Pay attention to the file permissions. > * `TWikiRegistration` moved from TWiki.Main to TWiki.TWiki. In case you customized `TWikiRegistration` , merge your changes back into `TWiki.TWikiRegistration` , then delete `$TWIKIROOT/data/Main/TWikiRegistration*`. > * `TWikiPreferences` moved from TWiki.Main to TWiki.TWiki. Merge your changes to `TWikiPreferences` into `TWiki.TWikiPreferences`. -- cgit v1.2.3