CentOS Installation Configuration Phabricator

Source: Internet
Author: User
Tags install php centos

1. Download Quick Install SH
http://download.csdn.net/detail/u012547633/9882697
Download the CentOS version of the Phabricator installation script to the OPT directory and install

    #cd/opt 
    #chmod 777 install_rhel-derivs.sh   
    #./install_rhel-derivs.sh

Note: There may be some yum missing and need to be manually installed, please note the log when Yum command executes
2. Install the necessary plug-ins

#yum-y install pcre-devel #yum-y
install php-pear
#yum-y install pecl
#yum-y Install APC

3. Move these files to the documentroot of Apache and set them yourself

#mv/opt/arcanist/var/www/html
#mv/opt/libphutil/var/www/html
#mv/opt/phabricator/var/www/html

4. Modify/etc/httpd/conf/httpd.conf the following points

Set DocumentRoot
documentroot "/var/www/html/phabricator/webroot"
//join index.php
DirectoryIndex index.php index.html index.html.var
<virtualhost *> rewriteengine on
  rewriterule ^/rsrc/(. *)     -                       [L,QSA]
  rewriterule ^/favicon.ico   -                       [L,QSA]
  rewriterule ^ (. *) $          /index.php?__path__= $  [B,L,QSA]
</VirtualHost>



5. Start the necessary services

#service httpd Restart
#chkconfig httpd on
#service mysqld restart
#chkconfig httpd on

Then through the Address bar access, according to the steps to the line, although it is English, as long as you use the translation, is obvious. A command statement is also provided.
I sync the warehouse, initialize the database command No, background discovery is a code path problem,
Phabricator/bin below, the directional file only up two times, the source file three times, all want to change into DirName (dirname (file));

6. The interface of Chinese
Click on the link, there are instructions
http://download.csdn.net/detail/u012547633/9882706

Related Article

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.