且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Discuz!论坛

更新时间:2022-10-02 17:04:04

架构Discuz!论坛:(需先装mysql、php)

源码包:Discuz_6.1.0_sc_UTF8.zip,UCenter_1.0.0_SC_UTF8.zip


下载地址:http://www.discuz.net


# unzip Discuz_6.1.0_SC_UTF8.zip -d discuz
# mv discuz/upload  /usr/local/apache/htdocs/bbs
# unzip UCenter_1.0.0_SC_UTF8.zip -d ucenter
# mv ucenter/upload  /usr/local/apache/htdocs/ucenter
# mysql -u root -p
密码

> create database bbsdb;
> grant all on bbsdb.* to runbbs@localhost identified by '123456';
> quit

# cd /usr/local/apache/htdocs/ucenter
# chmod -R 777 daemon ./data
# cd ../bbs
# chmod -R 777 daemon config.inc.php  attachments/   forumdata/  uc_client/data/cache

 

在浏览器中访问:http://www.benet.com/ucenter/install/index.php

我已仔细阅读、同意条款 - 下一步 - 下一步 - 数据库服务器:localhost  数据库名:bbsdb  用户名:runbbs 密码:123456  前缀:UC_   -  创始人用户名:UCenter Administrator  密码:123456  - 下一步(完成)


在浏览器中访问:http://www.benet.com/bbs/install/index.php

我同意 - 创始人密码:123456  - 下一步  - 服务器:localhost  数据库名:bbsdb 用户名:runbbs   密码:123456  邮箱:bbsadmin@benet.com   前缀:cdb_   管理员账号:admin  邮箱:bbsadmin@benet.com    密码:123456  - 完成


在浏览器中访问:http://www.benet.com/bbs/index.php

用户名:admin  密码:123456  - 登录 - 系统设置 - 可设置版块 - 控制面板 - 可编辑个人资料

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


yangzhimingg