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