|
PmWiki / Upgrades |
SearchWiki PmWiki.RecentChanges Edit Page Page Revisions |
wiki.d directory and any other local customization files you may have created (e.g., local.php, localmap.txt, etc.).
2. Download the version of PmWiki that you want from http://www.pmichaud.com/pub/pmwiki.
3. Extract the tar image using tar xvfz tgzfile, where tgzfile is the tar file you downloaded above. This will create a pmwiki-x.y.z directory with the new version of the software.
4. Copy the files in pmwiki-x.y.z over the files of your existing PmWiki installation. For example, if your existing PmWiki installation is in a directory called pmwiki, then one way to copy the new files over the existing ones is to enter the command:
cp -a pmwiki-x.y.z/. pmwiki5. That's it! As long as you didn't make any customizations to the
pmwiki.php script (LocalCustomizations should go in local.php), then your PmWiki installation should continue to run correctly!
<< CustomMarkup | PmWiki.DocumentationIndex | EditQuickReference >>