Install WikiTimeScale on ClarkConnect
Based on ClarkConnect Home 4.1 SP1

  • Install CC with "SMTP Server"
  • Register
  • Install MySQL5, PHP5, Apache and php-gd
    • echo "rpm [pcn] ftp://rhel-4:hiptop@rh.apt.clarkconnect.com System extras" > /etc/apt/sources.list.d/extras.list
    • apt-get update
    • apt-get -y install cc-php cc-mysql php-gd
    • apt-get -y upgrade
    • apt-get -y dist-upgrade
    • chkconfig mysqld on
    • chkconfig httpd on
    • reboot
  • Setup MySQL root Password
  • Prepare
    • mkdir -vp /usr/src/wtstwozero/application
    • mkdir -vp /usr/src/wtstwozero/mysql
  • Install WikiTimeScale
    • Copy Files
      • Copy wtstwozero_2_41.tar.gz to /usr/src/wtstwozero/application
      • Copy 3 sql files to /usr/src/wtstwozero/mysql
    • Install
      • cd /usr/src/wtstwozero/application
      • tar xzf wtstwozero_2_41.tar.gz
      • rm -vf wtstwozero_2_41.tar.gz
      • cp -fR /usr/src/wtstwozero/application /var/www/html/timeline
      • cd /var/www/html/timeline
      • chown -fR apache.apache images pictures
      • chmod -fR 771 images pictures
      • chmod -fR 777 library
  • MySQL Setup
    • cd /usr/src/wtstwozero/mysql
    • mysqladmin -uroot -pmysql5 -v create timeline
    • mysql -uroot -pmysql5 timeline < sqltwozero_install_2_1.sql
    • mysql -uroot -pmysql5 timeline < sqltwozero_update_2007_07_09.sql
    • mysql -uroot -pmysql5 timeline < sqltwozero_import.sql
  • Setup
    • Browse To
      • http://<IP ADDRESS>/timeline/setup.php
    • Steps
      • Step 1
        • WikiTimeScale is placed in a sub-directory, namely: timeline
      • Step 2
        • Set up the directories manually on your own (read readme.txt for instructions)
      • Step 3
        • I cannot define my own error-page or I am not using Apache
      • Step 4
        • Domain: <IP ADDRESS>
        • Database Name: timeline
        • Database User-Password: mysql5
        • Change Start-Paramters too
      • Step 5
        • User Name: admin
        • User Password: admin
        • Write Config-File and create User
      • Last Step
        • cd /var/www/html/timeline
        • chmod -vf 755 dontlog fonts library styleimg
        • rm -vf /var/www/html/timeline/setup.php