实战LAMP架构+Discuz搭建bbs论坛

本文涉及的产品
云数据库 RDS MySQL Serverless,0.5-2RCU 50GB
简介:

LAMP架构:Lnux+Apache+Mysql+Php

实验环境:RHEL7.0 server1.example.com 172.25.254.6

实验内容:1.Linux环境配置

                    2.Apache环境

                    3.php环境

                    4.Mysql环境

                    5.论坛搭建测试

论坛安装包:Discuz_X3.2_SC_UTF8.zip


    1.Linux环境

[root@server1 ~]# systemctl stop firewalld     ###关火墙

[root@server1 ~]# getenforce      ###关selinux

Disabled


    2.Apache环境

[root@server1 ~]# yum install httpd

[root@server1 ~]# systemctl start httpd

[root@server1 ~]# systemctl enable httpd

ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'

[root@server1 ~]# cd /var/www/html/

[root@server1 html]# ls                      ###将安装包放置在此处

Discuz_X3.2_SC_UTF8.zip  index.html

[root@server1 html]# unzip Discuz_X3.2_SC_UTF8.zip   ###解压

[root@server1 html]# mv upload/ bbs   ###重命名

[root@server1 bbs]# vim /etc/httpd/conf/httpd.conf  

          <IfModule dir_module>

          DirectoryIndex index.php index.html

          </IfModule>

[root@server1 bbs]# systemctl restart httpd


    3.php环境

[root@server1 bbs]# yum install php php-mysql -y

[root@server1 bbs]# pwd

/var/www/html/bbs

[root@server1 bbs]# cd config/

[root@server1 config]# cp -p config_ucenter_default.php config_ucenter.php 

[root@server1 config]# cp -p config_global_default.php config_global.php 

[root@server1 config]# chmod 777 -R  /var/www/html/bbs/


    4.mysql环境

[root@server1 config]# yum install mariadb mariadb-server -y

[root@server1 config]# systemctl start mariadb

[root@server1 config]# systemctl enable mariadb

[root@server1 config]# mysql_secure_installation 

/usr/bin/mysql_secure_installation: line 379: find_mysql_client: command not found

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB

      SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!

In order to log into MariaDB to secure it, we'll need the current

password for the root user.  If you've just installed MariaDB, and

you haven't set the root password yet, the password will be blank,

so you should just press enter here.

Enter current password for root (enter for none):      ###回车

OK, successfully used password, moving on...

Setting the root password ensures that nobody can log into the MariaDB

root user without the proper authorisation.

Set root password? [Y/n]          ###回车

New password:                 ##输入要设置的数据库密码

Re-enter new password:    ##再次输入密码

Password updated successfully!

Reloading privilege tables..

 ... Success!

By default, a MariaDB installation has an anonymous user, allowing anyone

to log into MariaDB without having to have a user account created for

them.  This is intended only for testing, and to make the installation

go a bit smoother.  You should remove them before moving into a

production environment

Remove anonymous users? [Y/n]    ###回车

 ... Success!

ormally, root should only be allowed to connect from 'localhost'.  This

ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n]      ##回车

 ... Success!

By default, MariaDB comes with a database named 'test' that anyone can

access.  This is also intended only for testing, and should be removed

before moving into a production environment.

Remove test database and access to it? [Y/n]     ###回车

 - Dropping test database...

 ... Success!

 - Removing privileges on test database...

 ... Success!

Reloading the privilege tables will ensure that all changes made so far

will take effect immediately.

Reload privilege tables now? [Y/n]     ###回车

 ... Success!

Cleaning up...

All done!  If you've completed all of the above steps, your MariaDB

installation should now be secure.

Thanks for using MariaDB!

[root@server1 config]# systemctl restart mariadb.service 

[root@server1 config]# mysql -uroot -p

Enter password: 

MariaDB [(none)]>  CREATE DATABASE discuz;         #新建数据库

Query OK, 1 row affected (0.00 sec) 


MariaDB [(none)]>  CREATE USER willis@localhost identified by 'willis';   #新建用户

Query OK, 0 rows affected (0.00 sec)


MariaDB [(none)]>  GRANT ALL on discuz.* to willis@localhost;      #用户授权  

Query OK, 0 rows affected (0.00 sec)


MariaDB [(none)]> quit

Bye

[root@server1 config]# mysql -uwillis -pwillis    #测试新建的用户

MariaDB [(none)]> quit

Bye

[root@server1 config]# systemctl restart httpd.service 

[root@server1 config]# systemctl restart mariadb.service 

      

LAMP论坛搭建环境完成


    5. 安装测试:

wKiom1fU1x_QrbLPAAIpkIhWdvg769.png


wKioL1fU1x7QJIH_AAENl3BOg8w779.png


wKiom1fU1x3Auo6sAACuBlzIQBs987.png



wKioL1fU1xyy_PM1AAD7X0cTDsw427.png

 wKiom1fU1xuhGlvRAAAR0pJMYro903.png



 好了,安装完成,来看看什么样子吧。

wKiom1fU1xvjSEWzAAE7ITyYv_M734.png


本文转自willis_sun 51CTO博客,原文链接:http://blog.51cto.com/willis/1851595,如需转载请自行联系原作者

相关实践学习
基于CentOS快速搭建LAMP环境
本教程介绍如何搭建LAMP环境,其中LAMP分别代表Linux、Apache、MySQL和PHP。
全面了解阿里云能为你做什么
阿里云在全球各地部署高效节能的绿色数据中心,利用清洁计算为万物互联的新世界提供源源不断的能源动力,目前开服的区域包括中国(华北、华东、华南、香港)、新加坡、美国(美东、美西)、欧洲、中东、澳大利亚、日本。目前阿里云的产品涵盖弹性计算、数据库、存储与CDN、分析与搜索、云通信、网络、管理与监控、应用服务、互联网中间件、移动服务、视频服务等。通过本课程,来了解阿里云能够为你的业务带来哪些帮助 &nbsp; &nbsp; 相关的阿里云产品:云服务器ECS 云服务器 ECS(Elastic Compute Service)是一种弹性可伸缩的计算服务,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。产品详情: https://www.aliyun.com/product/ecs
相关文章
|
27天前
|
XML 运维 前端开发
LAMP架构调优(四)——资源压缩传输
LAMP架构调优(四)——资源压缩传输
13 2
|
27天前
|
运维 Linux Apache
LAMP架构调优(二)——修改Apache运行用户
LAMP架构调优(二)——修改Apache运行用户
197 1
|
28天前
|
运维 Linux Apache
LAMP架构调优(一)——隐藏Apache版本信息
LAMP架构调优(一)——隐藏Apache版本信息
16 1
|
2月前
|
存储 安全 网络安全
「读书笔记」《大规模分布式存储系统:原理解析与架构实战》:八
「读书笔记」《大规模分布式存储系统:原理解析与架构实战》:八
|
2月前
|
分布式计算 关系型数据库 大数据
「读书笔记」《大规模分布式存储系统:原理解析与架构实战》:九
「读书笔记」《大规模分布式存储系统:原理解析与架构实战》:九
|
28天前
|
运维 Linux Apache
LAMP架构调优(二)——修改Apache运行用户
LAMP架构调优(二)——修改Apache运行用户
9 0
|
21天前
|
运维 Linux Apache
LAMP架构调优(三)——模块的安装与调用
LAMP架构调优(三)——模块的安装与调用
8 0
|
22天前
|
运维 Linux Apache
LAMP架构调优(十)——Apache禁止指定目录PHP解析与错误页面优化
LAMP架构调优(十)——Apache禁止指定目录PHP解析与错误页面优化
196 2
|
25天前
|
运维 Linux Apache
LAMP架构调优(九)——Apache Rewrite功能实战
LAMP架构调优(九)——Apache Rewrite功能实战
12 1
|
25天前
|
运维 安全 Linux
LAMP架构调优(八)——Apache Worker模式调优
LAMP架构调优(八)——Apache Worker模式调优
9 0