computers:server:archon:slack13x64
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computers:server:archon:slack13x64 [2010/06/24 14:38] – david | computers:server:archon:slack13x64 [2012/12/06 22:31] (current) – [dokuwiki] david | ||
---|---|---|---|
Line 77: | Line 77: | ||
* [[http:// | * [[http:// | ||
+ | ==== dokuwiki ==== | ||
+ | |||
+ | === latest upgrade === | ||
+ | |||
+ | --- // | ||
+ | |||
+ | All of this done as root: | ||
+ | |||
+ | * move the directory to your unzip path < | ||
+ | cd / | ||
+ | mv wiki dokuwiki-2012-10-13 | ||
+ | tar -zxvf dokuwiki-2012-10-13.tgz | ||
+ | </ | ||
+ | * rm the install.php < | ||
+ | rm dokuwiki-2012-10-13/ | ||
+ | </ | ||
+ | * set permissions properly < | ||
+ | chgrp -R apache dokuwiki-2012-10-13/ | ||
+ | chmod -R g+w dokuwiki-2012-10-13/ | ||
+ | chgrp -R apache dokuwiki-2012-10-13/ | ||
+ | chmod -R g+w dokuwiki-2012-10-13/ | ||
+ | </ | ||
+ | * move the wiki back < | ||
+ | mv dokuwiki-2012-10-13 wiki | ||
+ | </ | ||
+ | * clear the cache < | ||
+ | touch wiki/ | ||
+ | </ | ||
+ | |||
+ | === upgrade === | ||
+ | |||
+ | - Make a backup of the current wiki < | ||
+ | mkdir ~/ | ||
+ | rsync -vaP ~/ | ||
+ | </ | ||
+ | - Download the latest version < | ||
+ | cd ~/ | ||
+ | </ | ||
+ | - Uncompress the latest version right on top of the current one < | ||
+ | cd ~/ | ||
+ | tar -xzvf ~/ | ||
+ | </ | ||
+ | - Remove the " | ||
+ | rm ~/ | ||
+ | </ | ||
+ | - Touch the local configuration (which invalidates your cache) < | ||
+ | touch ~/ | ||
+ | </ | ||
+ | - Remove files as directed. | ||
===== mysql ===== | ===== mysql ===== | ||
computers/server/archon/slack13x64.1277390311.txt.gz · Last modified: 2010/06/24 14:38 by david