Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
applications:doku-wiki:upgrading [Apr 20, 2026 05:05 PM] 43.168.211.15 removed |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = Upgrading DokuWiki = | ||
| - | This document covers the upgrade procedure for StartupCTO (which is run with [[http:// | ||
| - | |||
| - | //**NOTE: 11 Jan 2011** - This is primarily an internal document, but is posted publicly in case it can help someone else upgrade their DokuWiki install. As a commenter notes, the official documentation is at http:// | ||
| - | |||
| - | * Backup the current StartupCTO DokuWiki directory (twice)< | ||
| - | tar cvfz ~/ | ||
| - | cp -Rp scto ~/scto.bak | ||
| - | </ | ||
| - | * Get the latest version, and unzip it (it will go in a new directory, e.g. '' | ||
| - | * In the '' | ||
| - | * Make sure there weren' | ||
| - | * Now you need to move any code modifications made to DokuWiki to the new codebase. Find the changes with:< | ||
| - | * Do the same thing with the plugin files. You'll probably have to copy some images and a few things as well. You should also consider looking on the dokuwiki site for new versions of available plugins. | ||
| - | * Delete the existing files in '' | ||
| - | * Copy the new source (with the patches for SCTO) over to the existing directory:< | ||
| - | * Test everything | ||