User Tools

Site Tools


computers:server:archon:slack13x64

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computers:server:archon:slack13x64 [2011/06/12 12:49] – [dokuwiki] davidcomputers:server:archon:slack13x64 [2012/12/06 22:31] (current) – [dokuwiki] david
Line 78: Line 78:
  
 ==== dokuwiki ==== ==== dokuwiki ====
 +
 +=== latest upgrade ===
 +
 + --- //[[david@lattice.net|David Lloyd Rabine]] 2012/12/06 17:30//
 +
 +All of this done as root:
 +
 +  * move the directory to your unzip path <code>
 +cd /home/david/public_html
 +mv wiki dokuwiki-2012-10-13
 +tar -zxvf dokuwiki-2012-10-13.tgz
 +</code>
 +  * rm the install.php <code>
 +rm dokuwiki-2012-10-13/install.php
 +</code>
 +  * set permissions properly <code>
 +chgrp -R apache dokuwiki-2012-10-13/conf/
 +chmod -R g+w dokuwiki-2012-10-13/conf/
 +chgrp -R apache dokuwiki-2012-10-13/data/
 +chmod -R g+w dokuwiki-2012-10-13/data/
 +</code>
 +  * move the wiki back <code>
 +mv dokuwiki-2012-10-13 wiki
 +</code>
 +  * clear the cache <code>
 +touch wiki/conf/local.php
 +</code>
  
 === upgrade === === upgrade ===
computers/server/archon/slack13x64.1307882970.txt.gz · Last modified: 2011/06/12 12:49 by david