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/03/07 00:43] – david | computers:server:archon:slack13x64 [2012/12/06 22:31] (current) – [dokuwiki] david | ||
---|---|---|---|
Line 76: | Line 76: | ||
* [[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 ===== | ||
+ | |||
+ | - Should have exported the entire data base first. | ||
===== Sendmail ===== | ===== Sendmail ===== | ||
Line 86: | Line 139: | ||
===== Hard Drive ===== | ===== Hard Drive ===== | ||
- | | + | Nope, the new drive is a PATA (Old standard IDE drive) because I already used my SATA slots for other drives in this Opteron original machine. |
- | * MDL: WD6401AALS-00L3B2 | + | |
- | * Model: WD6401AALS | + | * Primary (**/ |
- | * Serial: WCASY7500179 | + | * WDC WD3200AAJB-00J3A0, |
+ | |||
+ | | ||
====== Software ====== | ====== Software ====== | ||
+ | ===== 32bit Compatibility Libraries ===== | ||
+ | |||
+ | In order for the Never Winter Server (and any other 32 bit software) to run on this new machine, I had to follow the steps in this article: [[http:// | ||
+ | |||
+ | Following the instructions, | ||
+ | - Download the multilib libraries: | ||
+ | wget --mirror http:// | ||
+ | </ | ||
+ | - Install these packages: | ||
+ | upgradepkg --reinstall --install-new *.t?z | ||
+ | </ | ||
+ | - Downloaded the ISO of 32bit Slackware 13.0 and mounted the image as a looped image: | ||
+ | mount -o loop / | ||
+ | </ | ||
+ | - Create the compatbility libraries using the **massconvert32.sh** script: (I did this in **/ | ||
+ | massconvert32.sh -i / | ||
+ | </ | ||
+ | - Install these new libraries: | ||
+ | installpkg *-compat32/ | ||
+ | </ |
computers/server/archon/slack13x64.1267922602.txt.gz · Last modified: 2010/03/07 00:43 by david