中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Centos下安裝Discuz!

發布時間:2020-06-25 09:24:27 來源:網絡 閱讀:3856 作者:ajinglinux 欄目:關系型數據庫

[root@ajing ~]# mkdir /data/www

[root@ajing ~]# cd /data/www

[root@ajing www]# wget http://download.comsenz.com/DiscuzX/3.2/Discuz_X3.2_SC_GBK.zip  

 

[root@ajing www]# unzip Discuz_X3.2_SC_GBK.zip   //解壓

[root@ajing www]# ls

Discuz_X3.2_SC_GBK.zip  readme  upload  utility    //程序存放在upload目錄下


[root@ajing www]# mv upload/* ./   (把upload目錄的文件全部移出來)

Centos下安裝Discuz!

[root@ajing www]# rm -rf readme/ utility/ upload/ Discuz_X3.2_SC_GBK.zip  //把多余的目錄刪掉

Centos下安裝Discuz!

//檢查apache是否啟動 ,下圖表示未啟動

Centos下安裝Discuz!

//下面開始配置虛擬主機:

Centos下安裝Discuz!

按esc鍵,按/鍵,輸入vhosts,  //搜索到此文件。

Centos下安裝Discuz!

//虛擬主機的配置文件在conf目錄下的extra目錄下去掉#號

Include conf/extra/httpd-vhosts.conf

//按esc,:wq 保存退出

//此文件已生效加載。

Centos下安裝Discuz!

//編輯虛擬主機配置文件

Centos下安裝Discuz!

編輯成如下圖:

Centos下安裝Discuz!

檢查文件是否有錯

[root@ajing www]# /usr/local/apache2/bin/apachectl -t

Syntax OK

 vim /usr/local/apache2/conf/httpd.conf

/ServerName   //搜索此文件

Centos下安裝Discuz!

ServerName www.example.com:80   //去掉#號,保存退出ok.

//配置hosts文件 (解析ip,dns服務的意思)

Centos下安裝Discuz!

[root@ajing www]# vim /etc/hosts

Centos下安裝Discuz!

//ping 百度,在本地生效。

在windows下找到hosts文件,編輯192.168.1.105 www.test.com www.aaa.com  保存退出


[root@ajing www]# vim /usr/local/apache2/conf/httpd.conf

Centos下安裝Discuz!

//改成如下圖:

Centos下安裝Discuz!

[root@ajing www]# /usr/local/apache2/bin/apachectl -t

Syntax OK

[root@ajing www]# /usr/local/apache2/bin/apachectl restart

[root@ajing www]#

 

//在ie里運行 www.test.com  圖1

Centos下安裝Discuz!

圖2:

Centos下安裝Discuz!

圖3:

Centos下安裝Discuz!


Centos下安裝Discuz!//表示apache以daemon用戶身份運行

Centos下安裝Discuz!

[root@ajing www]# chown -R daemon config data uc_client/data uc_server/data   //此目錄文件權限改為可寫狀態

[root@ajing www]#


//刷新ie就可以了。

Centos下安裝Discuz!

//下一步

Centos下安裝Discuz!

//第一次安裝,直接下一步即可。


//配置數據庫:

Centos下安裝Discuz!

[root@ajing /]# whereis mysql    // 查找以前配置的mysql路徑

mysql: /usr/lib64/mysql /usr/local/mysql /usr/share/mysql

[root@ajing /]# rpm -qa |grep mysql*   //查看mysql包名

mysql-libs-5.1.73-5.el6_6.x86_64

[root@ajing /]# yum remove mysql   //卸載以前配置的mysql,因為discuz自帶數據庫

//如果想直接使用mysql,需要編輯環境變量。

[root@ajing www]# mysql

-bash: mysql: command not found

[root@ajing www]# vim /etc/profile.d/path.sh

//編輯內容如下:

Centos下安裝Discuz!


[root@ajing www]# source !$

source /etc/profile.d/path.sh

[root@ajing www]# mysql

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 6

Server version: 5.1.73 MySQL Community Server (GPL)

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> quit

Bye

[root@ajing www]# which mysql

/usr/local/mysql/bin/mysql

[root@ajing www]# mysql

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 7

Server version: 5.1.73 MySQL Community Server (GPL)

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> create database discuz;  //創建數據庫

Query OK, 1 row affected (0.04 sec)

mysql> grant all on discuz.* to 'ajing'@'localhost' identified by 'ajing';  //為該庫創建用戶和密碼

Query OK, 0 rows affected (0.06 sec)

mysql>

//以上參數配置ok后,編輯數據庫信息。如下圖:(此處管理員密碼為123456)


Centos下安裝Discuz!

//下一步,處理完后如下圖所示:

Centos下安裝Discuz!

點擊 您的論壇已完成安裝,點此訪問


Centos下安裝Discuz!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

永仁县| 永济市| 临沧市| 茌平县| 贵州省| 金川县| 柯坪县| 灵丘县| 朝阳县| 安徽省| 临泉县| 翼城县| 海晏县| 临武县| 大冶市| 富锦市| 公主岭市| 突泉县| 合阳县| 奉贤区| 富民县| 东乌珠穆沁旗| 定兴县| 巩义市| 德江县| 福海县| 泊头市| 二连浩特市| 微博| 明水县| 海伦市| 当涂县| 图们市| 铜川市| 麻城市| 周口市| 江都市| 读书| 陆良县| 永城市| 桦南县|