phabricator mysql_CentOS之Phabricator的安装配置必须成功版!

以上是官方文档

把centos版的phabricator安装脚本下载到opt目录并安装

#cd /opt

#wgethttp://www.phabricator.com/rsrc/install/install_rhel-derivs.sh

#chmod 777 install_rhel-derivs.sh

#./install_rhel-derivs.sh

安装必要插件#yum -y install pcre-devel#yum -y install php-pear

#yum -y install pecl#yum -y install apc

把这些文件移动到apache的DocumentRoot下#mv /opt/arcanist /var/www/html#mv /opt/libphutil /var/www/html#mv /opt/phabricator /var/www/html关门防火墙和selinux# /etc/init.d/iptables stop# setenforce 0# chkconfig iptables off# vim /etc/selinux/config# This file controls the state of SELinux on the system.# SELINUX= can take one of these three values:#     enforcing - SELinux security policy is enforced.#     permissive - SELinux prints warnings instead of enforcing.#     disabled - No SELinux policy is loaded.SELINUX=disabled# SELINUXTYPE= can take one of these two values:#     targeted - Targeted processes are protected,#     mls - Multi Level Security protection.SELINUXTYPE=targeted

修改/etc/httpd/conf/httpd.conf以下几点

//设置DocumentRoot

DocumentRoot "/var/www/html/phabricator/webroot"

//加入index.php

DirectoryIndex index.php index.html index.html.var

RewriteEngine on

RewriteRule ^/rsrc/(.*)     -                       [L,QSA]

RewriteRule ^/favicon.ico   -                       [L,QSA]

RewriteRule ^(.*)$          /index.php?__path__=$1  [B,L,QSA]

启动必要的服务

#service httpd restart

#chkconfig httpd on

#service mysqld restart

#chkconfig httpd on

更新phabricator

#cd /var/www/html/phabricator

#./bin/storage upgrade

在浏览器中输入网址192.168.161.0即可。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值