更多相关内容...>>KBS安装指南
KBS安装指南
KBS安装指南
AoXn2x http://blog.numino.net/
一些环境准备
5KmZ6W http://blog.numino.net/
虚机(virtualbox 5.1+, 比如5.1.26)环境搭建
NdaG83 http://blog.numino.net/
如果没有开启vt,需要开启,首先开机进入BIOS,Security,Virtualization,选择Enable即可
qkWHxa http://blog.numino.net/
安装ubuntu12.04.5,地址 :
2uhpZM http://blog.numino.net/
http://mirrors.163.com/ubuntu-releases/12.04/ubuntu-12.04.5-desktop-amd64.iso
XklplG http://blog.numino.net/
比较古老的32位的或不支持vt技术的cpu选择:
2p6oz2 http://blog.numino.net/
http://mirrors.163.com/ubuntu-releases/12.04/ubuntu-12.04.5-desktop-i386.iso
brA557 http://blog.numino.net/
虚机网络断开安装,否则会自动安装更新,耗时比较久,
8AOsIm http://blog.numino.net/
virtualbox - 显示 - 启用3d加速
JCN3h3 http://blog.numino.net/
安装过程中,配置用户名设置为 bbs
xVwG9r http://blog.numino.net/
安装完成后去掉iso挂载,网络选择网络地址转换NAT,重启后
EVaXjg http://blog.numino.net/
virtuabbox, 设备-安装增强功能(和主机共享文件)
aYdlSr http://blog.numino.net/
df 查看光盘挂载地址
iY78a7 http://blog.numino.net/
cd /media/VBOXADDITIONS_5.1_xxxx (xxxx为上面命令结果补全)
Us6dLi http://blog.numino.net/
sudo ./VBoxLinuxAdditions.run
xGm0kL http://blog.numino.net/
重启,设备 - 共享文件夹, 选择windows主机的文件夹映射为 bbs目录为共享目录,选择固定分配,自动挂载
7JPlt4 http://blog.numino.net/
sudo mount -t vboxsf bbs /mnt
6Yy1Wb http://blog.numino.net/
添加国内源
3wd3IT http://blog.numino.net/
sudo vi /etc/apt/sources.list
jDzCF5 http://blog.numino.net/
删除文本所有内容,添加:
8MX1Id http://blog.numino.net/
1
Uv3mNp http://blog.numino.net/
2
rtCEvF http://blog.numino.net/
3
c0PeQI http://blog.numino.net/
4
806aG5 http://blog.numino.net/
5
v6l3tl http://blog.numino.net/
6
2Kd1Lr http://blog.numino.net/
7
C1H75D http://blog.numino.net/
8
W7uZm9 http://blog.numino.net/
9
LrdTvt http://blog.numino.net/
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
uu0eJ5 http://blog.numino.net/
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise main restricted universe multiverse
iPPvgb http://blog.numino.net/
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise main restricted universe multiverse
FIe9YU http://blog.numino.net/
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
2bxL81 http://blog.numino.net/
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
2Uc1El http://blog.numino.net/
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
2f00k5 http://blog.numino.net/
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
551x2e http://blog.numino.net/
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-security main restricted universe multiverse
zf5PgX http://blog.numino.net/
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-security main restricted universe multiverse
59e7PW http://blog.numino.net/
修改一下vim打开文件的编码方式,否则后续编辑有可能显示乱码
1Uh51z http://blog.numino.net/
vim ~/.vimrc
W0puCc http://blog.numino.net/
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
tiQHgn http://blog.numino.net/
安装 sudo ./php_apache.sh 安装合适的 php, apache, mysql 等依赖库
Uh1gLQ http://blog.numino.net/
php_apache.sh 的内容:
3uhXt1 http://blog.numino.net/
apt-get update &&
jzSYyx http://blog.numino.net/
apt-get install -y zlib1g-dev &&
erZl2H http://blog.numino.net/
apt-get install -y autoconf &&
A24wz6 http://blog.numino.net/
apt-get install -y automake &&
lBE7E2 http://blog.numino.net/
apt-get install -y libtool &&
68cAsg http://blog.numino.net/
apt-get install -y libgmp3c2 &&
DaXQdn http://blog.numino.net/
apt-get install -y libgmp3-dev &&
65o974 http://blog.numino.net/
apt-get install -y openssl &&
613dj9 http://blog.numino.net/
apt-get install -y apache2 &&
3C49vA http://blog.numino.net/
apt-get install -y libapache2-mod-php5 &&
iTK1yO http://blog.numino.net/
apt-get install -y php5-dev &&
1G9M93 http://blog.numino.net/
apt-get install -y php5-gd &&
hY3aMm http://blog.numino.net/
apt-get install -y bison &&
i7301K http://blog.numino.net/
apt-get install -y byacc &&
YGaK18 http://blog.numino.net/
apt-get install -y tree &&
q0JLJJ http://blog.numino.net/
apt-get install -y libcurl4-openssl-dev &&
kB7UUW http://blog.numino.net/
apt-get install -y dos2unix &&
MCGGVl http://blog.numino.net/
apt-get install -y libpcre3 &&
KnZC5V http://blog.numino.net/
apt-get install -y libpcre3-dev &&
hW4g6c http://blog.numino.net/
apt-get install -y libmysqlclient-dev &&
oA9oZ6 http://blog.numino.net/
apt-get install -y php5-mysql &&
k8b1iX http://blog.numino.net/
apt-get install -y sendmail &&
Ewaw1u http://blog.numino.net/
apt-get install -y php-pear &&
7e2Ps6 http://blog.numino.net/
apt-get install -y sqlite3 &&
634PwX http://blog.numino.net/
apt-get install -y libsqlite3-dev &&
cs6xW6 http://blog.numino.net/
apt-get install -y git &&
K4B4JJ http://blog.numino.net/
apt-get install -y mysql-client &&
P3wZZM http://blog.numino.net/
apt-get install -y mysql-server &&
ftI0Vy http://blog.numino.net/
apt-get install -y curl &&
nyVy9Q http://blog.numino.net/
apt-get install -y libboost-dev &&
3e8F9Q http://blog.numino.net/
apt-get install -y libboost-test-dev &&
Ewu585 http://blog.numino.net/
apt-get install -y libboost-program-options-dev &&
hYI8jm http://blog.numino.net/
apt-get install -y libboost-system-dev &&
Ln0Og4 http://blog.numino.net/
apt-get install -y libboost-filesystem-dev &&
AOhyUt http://blog.numino.net/
apt-get install -y libevent-dev &&
3j0dy7 http://blog.numino.net/
apt-get install -y pkg-config &&
DB4CmJ http://blog.numino.net/
apt-get install -y g++ &&
iN1EBZ http://blog.numino.net/
apt-get install -y libglib2.0-dev &&
o4PoD1 http://blog.numino.net/
apt-get install -y libgtk2.0-dev &&
NYZ7X3 http://blog.numino.net/
#apt-get install -y librdkafka-dev librdkafka1 &&
bjx3xc http://blog.numino.net/
apt-get install -y python-dev &&
oz3bto http://blog.numino.net/
apt-get install -y openjdk-7-jre openjdk-7-jdk
kf2F8W http://blog.numino.net/
安装过程提示输入mysql密码,设置的是beautiful,如设置别的密码,后续使用mysql相应修改
N8n27k http://blog.numino.net/
拷贝一些头文件,编译kbs会用到
4t2NXl http://blog.numino.net/
sudo cp /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h /usr/include/
S8X4wL http://blog.numino.net/
sudo cp /usr/lib/jvm/java-7-openjdk-amd64/include/* /usr/include/ -a
9mkF29 http://blog.numino.net/
sudo cp /usr/lib/jvm/java-7-openjdk-amd64/include/linux/* /usr/include/ -a
el0Vvk http://blog.numino.net/
thirft使用 thrift-0.10.0.tar.gz (version 0.11.0/0.12.0在ubuntu12.04未能编译通过)
N44P76 http://blog.numino.net/
kafka使用 librdkafka-1.0.1.tar.gz (低版本有函数未定义)
786lI0 http://blog.numino.net/
两者编译安装
34uzX4 http://blog.numino.net/
./configure –prefix=/usr && make && sudo make install
SqTeU0 http://blog.numino.net/
安装kbs
Lrccdt http://blog.numino.net/
解压kbs到/home/bbs/src目录
qBIr5d http://blog.numino.net/
src/Makefile.am
01hrA4 http://blog.numino.net/
local_utl/Makefile.am
523U0P http://blog.numino.net/
daemon/Makefile.am
v0vgK5 http://blog.numino.net/
libBBS/Makefile.am
b0K0lR http://blog.numino.net/
几个文件的 LDADD 增加 -lrdkafka
Uf9Bmb http://blog.numino.net/
./autogen.sh
uRWJV9 http://blog.numino.net/
./configure –prefix=/home/bbs –enable-site=newsmth –with-php –with-mysql
dk75lU http://blog.numino.net/
vi /etc/passwd, 找bbs的userid, grpid, 我这里是1000,1000, 更新到 site/newsmth.h 的 BBSUID, BBSGID
GFUO81 http://blog.numino.net/
site.h, src/extra.h 中暂时去掉以下KBS宏定义 (暂未编译通过)
59O85b http://blog.numino.net/
//#define ENABLE_LIKE 1
imwFgQ http://blog.numino.net/
//#define ENABLE_REFER_LIKE
ZUnE1G http://blog.numino.net/
src/bbs.c 屏蔽函数 recommend_tg
95PbhJ http://blog.numino.net/
src/talk.c 屏蔽函数 display_user_summary display_userinfo
tYNeLw http://blog.numino.net/
libBBS/libbm.c 屏蔽函数 AO_int_fetch_and_add
RB9SCf http://blog.numino.net/
libBBS/extra.c 屏蔽函数 AO_int_fetch_and_add
6d6Bb0 http://blog.numino.net/
local_utl/awardonline.c 屏蔽函数 AO_int_fetch_and_add
o83PbW http://blog.numino.net/
修改php模块待安装目录的权限
0i4X21 http://blog.numino.net/
sudo chown bbs:bbs /usr/lib/php5 -R
J00j16 http://blog.numino.net/
make
6Y47C8 http://blog.numino.net/
make install
586wBx http://blog.numino.net/
make install-home
更多相关内容...>>KBS安装指南

Bug报告 |  免责声明 |  联系我们 |  加入收藏

Copyright © 2006 NuminoStudio(www.numino.net) All Rights Reserved