My SuSE 10 Install Guide

From MirrorMed

  1. Use Yast to install Apache2, php4 and php4-sessions.
  2. Download the tarball.
  3. Extract and move the contents to /srv/www/htdocs.
    • I used wget http://www.mirrormed.org/download/mirrormed-1.0RC1.tgz, this will only work if you have wget installed.
    • I was in the /tmp directory when I downloaded the tarball.
    • I extracted the tarball using, tar -zxvf mirrormed-1.0RC1.tgz.
    • Copied the contents using,cp -ax /tmp/mirrormed-1.0RC1/* /srv/www/htdocs
  4. Set the permissions on the folders.
    • cd /srv/www/htdocs
    • chown -R wwwrun:www *
  5. Browsed to http://<server address>/installer/