本地linux下安装discuz

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了本地linux下安装discuz相关的知识,希望对你有一定的参考价值。

[[email protected] www]#mkdir /data/wwww

[[email protected] www]#cd /data/wwww

[[email protected] www]#wget http://download.comsenz.com/DiscuzX/3.2/Discuz_X3.2_SC_GBK.zip

[[email protected] www]# ls

Discuz_X3.2_SC_GBK.zip  readme  upload  utility

[[email protected] www]# mv upload/* ./

[[email protected] www]# ls

admin.php    crossdomain.xml         index.php   robots.txt  upload

api          data                    install     search.php  userapp.php

api.php      Discuz_X3.2_SC_GBK.zip  member.php  source      utility

archiver     favicon.ico             misc.php    static

config       forum.php               plugin.php  template

connect.php  group.php               portal.php  uc_client

cp.php       home.php                readme      uc_server

[[email protected] www]# rm -rf readme/ unility/ Discuz_X3.2_SC_GBK.zip

[[email protected] www]# ls

admin.php  connect.php      forum.php  member.php  search.php  uc_server

api        cp.php           group.php  misc.php    source      upload

api.php    crossdomain.xml  home.php   plugin.php  static      userapp.php

archiver   data             index.php  portal.php  template    utility

config     favicon.ico      install    robots.txt  uc_client

[[email protected] www]# vim /usr/local/apache2/conf/httpd.conf

[[email protected] www]# vim /usr/local/apache2/conf/extra/httpd-vhosts.conf

技术分享

[[email protected] www]# vim /etc/hosts

技术分享

[[email protected] www]# ping www.baidu.com

[[email protected] www]# /usr/local/apache2/bin/apachectl start

[[email protected] www]# vim /usr/local/apache2/conf/httpd.conf

技术分享

[[email protected] www]# chown -R daemon config data uc_client/data uc_server/data

[[email protected] www]# /usr/local/mysql/bin/mysql

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

Your MySQL connection id is 2

Server version: 5.1.73-log 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.00 sec)


mysql> grant all on discuz.* to ‘levan‘@‘localhost‘ identified by ‘levanlinux‘;

Query OK, 0 rows affected (0.00 sec)


以上是关于本地linux下安装discuz的主要内容,如果未能解决你的问题,请参考以下文章

lnmp环境下安装Discuz论坛

如何安装Discuz论坛

linux配置LAMP 创建DISCUZ论坛系统

在lamp架构下搭建discuz论坛

LAMP搭建5:安装discuz

LAMP架构下安装Discuz!论坛