Install KnowledgeTree 3.7 on Debian 509

 

1.install debian lenny
2.install apache, mysql, php
    apt-get install apache2 mysql-server php5
3.install php extensions
   apt-get install php5-curl php5-mysql php5-xmlrpc php5-ldap
4.configure the php configuration. Default "Magic Quotes GPC" is on, knowledgetree is recommend turn off
    vi /etc/php5/apache2/php.ini
      Magic Quotes GPC = Off
5.download and untar the source package
    http://kt-download.s3.amazonaws.com/kt/3.7.0.2/kt-src-oss-3.7.0.2.tgz
    cd /var/www/
    tar zxf kt-src-oss-3.7.0.2.tgz 
    cd /var
    chown -R www-data:www-data www/
6./etc/init.d/apache2 restart
7.http://localhost/kt

本文出自 “PANWEN” 博客,转载请与作者联系!

你可能感兴趣的:(Debian,职场,休闲,KnowledgeTree)