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

https://secure.phabricator.com/book/phabricator/article/installation_guide/#installation-requirement

以上是官方文档

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

#cd /opt

#wget http://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

<VirtualHost *>

RewriteEngine on

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

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

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

</VirtualHost>


启动必要的服务

#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即可。

时间: 2024-10-13 12:07:07

CentOS之Phabricator的安装配置必须成功版!的相关文章

Windows和Centos下Docker的安装配置

Windows和Centos下Docker的安装配置 windows环境下的安装(win10) 在Windows系统上需要利用toolbox来安装Docker,现在 Docker 有专门的 Win10 专业版系统的安装包,需要开启Hyper-V.然后才能正常安装 Hyper-V 就是虚拟机中的一种 开启Hyper-V win10专业版开启方式 键入win,搜索"windows"开打"启用或关闭windows功能",找到Hyper-V并勾选 win10家庭版开启方式

CentOs+Apache+websvn的配置必须成功版!

svn的配置必须成功版! 1,# yum install subversion 2,# svnserve --version 3,# mkdir /svndata 4,# svnadmin create /svndata/kuming 5,# vim /svndata/kuming/conf/svnserve.conf [general] anon-access = none auth-access = write password-db = passwd authz-db = authz 6,

RabbitMQ在CentOS上的简单安装配置

安装 1.依赖Erlang,yum install erlang安装之 2.去官网下载Fedora/RHEL的rpm包,rpm -ivh rabbitmq-server-*.noarch.rpm 安装之 配置 1.启用Web管理页面:rabbitmq-plugins enable rabbitmq_management 2.启动RabbitMQ:service rabbitmq-server start 3.添加防火墙策略:允许5672(rabbitmq默认端口)和15672(Web管理端口)

Centos6.4安装OTRS必须成功版!

安装LAMP yum -y install httpd php php-mysql mysql mysql-server perl-DBD-MySQL php-pdo net-snmp net-snmp-libs net-snmp-utils net-snmp-devel ruby php-snmp ruby-devel rrdtool-ruby rrdtool-perl vim /etc/httpd/conf/httpd.conf 找到DirectoryIndex所在的位置,添加一行 Dire

CentOS 6.5 yum安装配置lnmp服务器(Nginx+PHP+MySQL)

以下全部转载于  http://blog.csdn.net/lane_l/article/details/20235909 本人于今晚按照该文章使用centos 6.7 64bit安装成功,做个备份,就转过来了. --------------------------------------------------------------- 转载者语: 转载于:http://www.osyunwei.com/archives/2353.html 原文标题:CentOS 6.2yum安装配置lnmp

CentOS 7.4 Tengine安装配置详解(一)

一.安装配置Tengine: Tengine是由淘宝网发起的Web服务器项目.它在Nginx的基础上,针对大访问量网站的需求,添加了很多高级功能和特性.Tengine的性能和稳定性已经在大型的网站如淘宝网,天猫商城等得到了很好的检验.它的最终目标是打造一个高效.稳定.安全.易用的Web平台. 演示环境: ?  OS:CentOS 7.4 x86_64 ?  IP:192.168.1.222 1.安装开发环境:# yum -y groupinstall "Development Tools&quo

CentOS上yum方式安装配置LNMP

实验环境 一台最小化安装的CentOS 7.6虚拟机 安装软件包 yum install -y epel-* yum install -y nginx mariadb-server php php-mysql php-fpm php-pdo php-pdo_dblib php-gd php-pear php-xml php-pecl-zip php-json php-devel wget vim 配置nginx支持PHP 1.建立nginx的web主目录 mkdir /var/wwwroot c

Centos 6.5上安装配置KVM

搭建环境 操作系统:CentOS 6.5 final x86_64 KVM:qemu-kvm-0.12.1.2-2.479.el6_7.3.x86_64 工具:Win7和vnc-viewer(先在服务器端装好VNC,通过VNC viewer连接服务器CentOS) 一.安装KVM及相关软件 1.KVM 需要有 CPU 的支持(Intel vmx 或 AMD svm),在安装 KVM 之前检查一下 CPU 是否提供了虚拟技术的支持: [[email protected] kvm]# egrep '

CentOS 6.7 FTP安装配置之vsftp

在RHEL/CentOS 系统中,默认的FTP软件是vsftp,以下是安装配置过程. 服务器:balichvm(192.168.171.51) 1).yum 安装vsftpd软件包 [[email protected] ~]# yum install vsftpd 2).启动vsftpd 服务 [[email protected] ~]# /etc/init.d/vsftpd start    #启动vsftpd服务 为 vsftpd 启动 vsftpd:         [确定] [[emai