基于centos搭建reviewboard

本文详细介绍了如何在 CentOS 8 系统上,结合 Apache 和 MySQL 来安装并配置 ReviewBoard 3.0.17。内容包括 Apache 的安装与配置、MySQL 的安装与管理、ReviewBoard 的安装及创建站点的步骤,涵盖了防火墙设置、依赖安装、数据库创建和权限设定等多个环节。
摘要由CSDN通过智能技术生成

基于centos ,apache, mysql 安装 reviewboard 3.0.17

Prepartion

1.CentOS Linux release 8.1.1911 (Core)

2.Samba install

3.dependences install

$ yum install gcc libffi-devel openssl-devel patch
$ sudo yum install python2-devel.x86_64
$ sudo dnf install redhat-rpm-config
$ sudo yum install make

Apache

1.Install Apache

To install Apache on your CentOS server, use the following command:

$ sudo yum install httpd.x86_64
2.Activate Apache

To activate Apache, start its service first.

1.start httpd.service

$sudo systemctl start httpd.service
  1. Next, set the Apache service to start when the system boots:
$sudo systemctl enable httpd.service
3.Verify Apache Service

Display information about Apache, and verify it’s currently running with:

$ sudo systemctl status httpd.service 
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
   Active: active (running) since Mon 2020-01-27 08:55:21 EST; 1s ago
     Docs: man:httpd.service(8)
 Main PID: 3536 (httpd)
   Status: "Started, listening on: port 80"
    Tasks: 213 (limit: 5030)
   Memory: 17.2M
   CGroup: /system.slice/httpd.service
           ├─3536 /usr/sbin/httpd -DFOREGROUND
           ├─3537 /usr/sbin/httpd -DFOREGROUND
           ├─3538 /usr/sbin/httpd -DFOREGROUND
           ├─3539 /usr/sbin/httpd -DFOREGROUND
           └─3540 /usr/sbin/httpd -DFOREGROUND

Jan 27 08:55:21 soar systemd[1]: Starting The Apache HTTP Server...
Jan 27 08:55:21 soar systemd[1]: Started The Apache HTTP Server.
Jan 27 08:55:21 soar httpd[3536]: Server configured, listening on: port 80

4.Configure firewalld to Allow Apache Traffic

In a standard installation, CentOS 7 is set to prevent traffic to Apache.

Normal web traffic uses the

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值