Installing Zen Road CMS

Source: Internet
Author: User

Zen Road CMS installation configuration

-Reference Page
* http://www.zentao.net/help-read-79599.html
* http://www.zentao.net/help-read-78950.html
* http://www.zentao.net/help-read-79598.html
* Http://jaist.dl.sourceforge.net/project/zentao/5.2.1/ZenTaoPMS.5.2.1.zip
----

2 Building Lamp Environment
* Cd/data/soft
* Wget http://mirrors.sohu.com/apache/httpd-2.4.7.tar.gz
* Yum install-y apr-devel apr-util
* Tar xvf httpd-2.4.7.tar.gz
*./configure--prefix=/usr/local/apache2--SYSCONFDIR=/ETC/HTTPD
* Make
* Make Install

3 because the MySQL database is installed in the server, it is omitted.

4 Installing PHP
* Wget http://mirrors.sohu.com/php/php-5.3.27.tar.gz
* Tar xvf php-5.3.27.tar.gz
*./configure--prefix=/usr/local/php5--with-apxs2=/usr/local/apache3/bin/apxs--with-mysql=/usr/local/mysql
* Make
* Make Install

5 Configuring Apache
* vim/etc/httpd/httpd.conf
* Modify DocumentRoot "/usr/local/apache2/htdocs/zen/www
* Copy httpd to/ETC/INIT.D/HTTPD
* VIM/ETC/INIT.D/HTTPD
* Apachectl=/usr/local/apache2/bin/apachectl
* HTTPD=${HTTPD-/USR/LOCAL/APACHE2/BIN/HTTPD}
* PROG=HTTPD
* Pidfile=${pidfile-/var/local/apache2/logs/httpd.pid}
* LOCKFILE=${LOCKFILE-/VAR/LOCK/SUBSYS/HTTPD}
* Retval=0
* STOP_TIMEOUT=${STOP_TIMEOUT-10}
* Starting with service httpd start
*
* Test PHP
* <?php
* Phpinfo ();
*?>
*
* Test if you can connect to MySQL
* <?php
* $link =mysql_connect (localhost, ' root ', ');
* IF ($link)
* echo "Success";
* Else
* echo "Failure";
*?>

6 Installing Zen Road CMS
* Wget Http://jaist.dl.sourceforge.net/project/zentao/5.2.1/ZenTaoPMS.5.2.1.zip
* Unzip Zentaopms.5.2.1.zip
* CP./zentaopms.5.2.1/usr/local/apache2/htdocs/zen
*
* Open http://10.6.8.214 installation in a browser

Installing Zen Road CMS

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.