|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!把centos版的phabricator装置剧本下载到opt目次并装置
#cd/opt
#wgethttp://www.ckuyun.com/rsrc/install/install_rhel-derivs.sh
#chmod777install_rhel-derivs.sh
#./install_rhel-derivs.sh
装置需要插件- #yum-yinstallphp-pear#yum-yinstallpecl
复制代码
把这些文件挪动到apache的DocumentRoot下- #mv/opt/arcanist/var/www/html
复制代码- #mv/opt/libphutil/var/www/html
复制代码- #mv/opt/phabricator/var/www/html
复制代码 [/code]- #/etc/init.d/iptablesstop
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl0
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl1
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl2
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl3
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl4
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl5
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl6
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl7
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl8
复制代码- #yum-yinstallphp-pear#yum-yinstallpecl9
复制代码 #yum-yinstallapc2[/code]
修正/etc/httpd/conf/httpd.conf以下几点
//设置DocumentRoot
DocumentRoot"/var/www/html/phabricator/webroot"
//到场index.php
DirectoryIndexindex.phpindex.htmlindex.html.var
<VirtualHost*>
RewriteEngineon
RewriteRule^/rsrc/(.*)-[L,QSA]
RewriteRule^/favicon.ico-[L,QSA]
RewriteRule^(.*)$/index.php?__path__=$1[B,L,QSA]
</VirtualHost>
启动需要的办事
#servicehttpdrestart
#chkconfighttpdon
#servicemysqldrestart
#chkconfighttpdon
更新phabricator
#cd/var/www/html/phabricator
#./bin/storageupgrade
在扫瞄器中输出网址192.168.161.0便可。
https://secure.phabricator.com/book/phabricator/article/installation_guide/#installation-requirement
以上是官方文档
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们! |
|