更多相关内容...>>KBS安装指南
KBS安装指南
KBS安装指南
57rGX4 http://blog.numino.net/
一些环境准备
1SNllu http://blog.numino.net/
虚机(virtualbox 5.1+, 比如5.1.26)环境搭建
R0N6Di http://blog.numino.net/
如果没有开启vt,需要开启,首先开机进入BIOS,Security,Virtualization,选择Enable即可
IJy1Dl http://blog.numino.net/
安装ubuntu12.04.5,地址 :
1kpqr0 http://blog.numino.net/
http://mirrors.163.com/ubuntu-releases/12.04/ubuntu-12.04.5-desktop-amd64.iso
5xMWVX http://blog.numino.net/
比较古老的32位的或不支持vt技术的cpu选择:
MMJBW0 http://blog.numino.net/
http://mirrors.163.com/ubuntu-releases/12.04/ubuntu-12.04.5-desktop-i386.iso
OAlF96 http://blog.numino.net/
虚机网络断开安装,否则会自动安装更新,耗时比较久,
93Xu1g http://blog.numino.net/
virtualbox - 显示 - 启用3d加速
vH84WR http://blog.numino.net/
安装过程中,配置用户名设置为 bbs
FJ2q33 http://blog.numino.net/
安装完成后去掉iso挂载,网络选择网络地址转换NAT,重启后
6rFv83 http://blog.numino.net/
virtuabbox, 设备-安装增强功能(和主机共享文件)
tIo1s5 http://blog.numino.net/
df 查看光盘挂载地址
ySAFdo http://blog.numino.net/
cd /media/VBOXADDITIONS_5.1_xxxx (xxxx为上面命令结果补全)
M12amb http://blog.numino.net/
sudo ./VBoxLinuxAdditions.run
n8I6F5 http://blog.numino.net/
重启,设备 - 共享文件夹, 选择windows主机的文件夹映射为 bbs目录为共享目录,选择固定分配,自动挂载
wFlfT8 http://blog.numino.net/
sudo mount -t vboxsf bbs /mnt
JrYviL http://blog.numino.net/
添加国内源
k61xX3 http://blog.numino.net/
sudo vi /etc/apt/sources.list
150hAc http://blog.numino.net/
删除文本所有内容,添加:
7RPBhj http://blog.numino.net/
1
44L1Kd http://blog.numino.net/
2
1KN1ye http://blog.numino.net/
3
j0PQ0L http://blog.numino.net/
4
173I2x http://blog.numino.net/
5
16Jrd0 http://blog.numino.net/
6
070l7w http://blog.numino.net/
7
uk2YhF http://blog.numino.net/
8
BN90C0 http://blog.numino.net/
9
xjJRhA http://blog.numino.net/
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
sN8tzY http://blog.numino.net/
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise main restricted universe multiverse
tdmIv6 http://blog.numino.net/
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise main restricted universe multiverse
6a535A http://blog.numino.net/
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
v1AthD http://blog.numino.net/
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
axjsvv http://blog.numino.net/
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
GL8664 http://blog.numino.net/
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
w4d01z http://blog.numino.net/
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-security main restricted universe multiverse
cifLk2 http://blog.numino.net/
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-security main restricted universe multiverse
bN5lh1 http://blog.numino.net/
修改一下vim打开文件的编码方式,否则后续编辑有可能显示乱码
P7s0RY http://blog.numino.net/
vim ~/.vimrc
Q9GA5D http://blog.numino.net/
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
8a3Rh3 http://blog.numino.net/
安装 sudo ./php_apache.sh 安装合适的 php, apache, mysql 等依赖库
IKi8H0 http://blog.numino.net/
php_apache.sh 的内容:
FTM77f http://blog.numino.net/
apt-get update &&
y4e2hx http://blog.numino.net/
apt-get install -y zlib1g-dev &&
1tG3sW http://blog.numino.net/
apt-get install -y autoconf &&
64PJXf http://blog.numino.net/
apt-get install -y automake &&
gszIlI http://blog.numino.net/
apt-get install -y libtool &&
DD9y14 http://blog.numino.net/
apt-get install -y libgmp3c2 &&
L36yth http://blog.numino.net/
apt-get install -y libgmp3-dev &&
ZQzz4T http://blog.numino.net/
apt-get install -y openssl &&
CR98Tm http://blog.numino.net/
apt-get install -y apache2 &&
9ugZwV http://blog.numino.net/
apt-get install -y libapache2-mod-php5 &&
3d7skC http://blog.numino.net/
apt-get install -y php5-dev &&
PvSI70 http://blog.numino.net/
apt-get install -y php5-gd &&
WvdkDQ http://blog.numino.net/
apt-get install -y bison &&
0qMam2 http://blog.numino.net/
apt-get install -y byacc &&
FCU5b1 http://blog.numino.net/
apt-get install -y tree &&
Qeg1xj http://blog.numino.net/
apt-get install -y libcurl4-openssl-dev &&
gE36wQ http://blog.numino.net/
apt-get install -y dos2unix &&
5GLxZ9 http://blog.numino.net/
apt-get install -y libpcre3 &&
0b3Qe9 http://blog.numino.net/
apt-get install -y libpcre3-dev &&
65pS1z http://blog.numino.net/
apt-get install -y libmysqlclient-dev &&
7wMI5u http://blog.numino.net/
apt-get install -y php5-mysql &&
H9l5K9 http://blog.numino.net/
apt-get install -y sendmail &&
PH0AD1 http://blog.numino.net/
apt-get install -y php-pear &&
MysnE1 http://blog.numino.net/
apt-get install -y sqlite3 &&
mGEaA6 http://blog.numino.net/
apt-get install -y libsqlite3-dev &&
eufOd6 http://blog.numino.net/
apt-get install -y git &&
T7hAnh http://blog.numino.net/
apt-get install -y mysql-client &&
ekbfBo http://blog.numino.net/
apt-get install -y mysql-server &&
U5V5d0 http://blog.numino.net/
apt-get install -y curl &&
7v7h47 http://blog.numino.net/
apt-get install -y libboost-dev &&
LvnaDL http://blog.numino.net/
apt-get install -y libboost-test-dev &&
WupmN7 http://blog.numino.net/
apt-get install -y libboost-program-options-dev &&
9KXr9U http://blog.numino.net/
apt-get install -y libboost-system-dev &&
ODBJJK http://blog.numino.net/
apt-get install -y libboost-filesystem-dev &&
B0lU99 http://blog.numino.net/
apt-get install -y libevent-dev &&
CSSUUq http://blog.numino.net/
apt-get install -y pkg-config &&
C3xjh5 http://blog.numino.net/
apt-get install -y g++ &&
FJ51fq http://blog.numino.net/
apt-get install -y libglib2.0-dev &&
JfS5qN http://blog.numino.net/
apt-get install -y libgtk2.0-dev &&
8rTKO5 http://blog.numino.net/
#apt-get install -y librdkafka-dev librdkafka1 &&
AoKMdl http://blog.numino.net/
apt-get install -y python-dev &&
PM7b2B http://blog.numino.net/
apt-get install -y openjdk-7-jre openjdk-7-jdk
U9usK6 http://blog.numino.net/
安装过程提示输入mysql密码,设置的是beautiful,如设置别的密码,后续使用mysql相应修改
ATc1YB http://blog.numino.net/
拷贝一些头文件,编译kbs会用到
5oSOGW http://blog.numino.net/
sudo cp /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h /usr/include/
K4iP2e http://blog.numino.net/
sudo cp /usr/lib/jvm/java-7-openjdk-amd64/include/* /usr/include/ -a
7lup0t http://blog.numino.net/
sudo cp /usr/lib/jvm/java-7-openjdk-amd64/include/linux/* /usr/include/ -a
XoqJPL http://blog.numino.net/
thirft使用 thrift-0.10.0.tar.gz (version 0.11.0/0.12.0在ubuntu12.04未能编译通过)
5604ue http://blog.numino.net/
kafka使用 librdkafka-1.0.1.tar.gz (低版本有函数未定义)
AWX7KK http://blog.numino.net/
两者编译安装
phjQi3 http://blog.numino.net/
./configure –prefix=/usr && make && sudo make install
174i65 http://blog.numino.net/
安装kbs
g30gmA http://blog.numino.net/
解压kbs到/home/bbs/src目录
3T2jed http://blog.numino.net/
src/Makefile.am
xQJrM0 http://blog.numino.net/
local_utl/Makefile.am
JF499w http://blog.numino.net/
daemon/Makefile.am
z5Ifz1 http://blog.numino.net/
libBBS/Makefile.am
oq267u http://blog.numino.net/
几个文件的 LDADD 增加 -lrdkafka
t67y8z http://blog.numino.net/
./autogen.sh
CotPye http://blog.numino.net/
./configure –prefix=/home/bbs –enable-site=newsmth –with-php –with-mysql
DkkzS2 http://blog.numino.net/
vi /etc/passwd, 找bbs的userid, grpid, 我这里是1000,1000, 更新到 site/newsmth.h 的 BBSUID, BBSGID
1qY1fX http://blog.numino.net/
site.h, src/extra.h 中暂时去掉以下KBS宏定义 (暂未编译通过)
lfJB5V http://blog.numino.net/
//#define ENABLE_LIKE 1
x7R8HT http://blog.numino.net/
//#define ENABLE_REFER_LIKE
C1N3qb http://blog.numino.net/
src/bbs.c 屏蔽函数 recommend_tg
Efq9na http://blog.numino.net/
src/talk.c 屏蔽函数 display_user_summary display_userinfo
S124ja http://blog.numino.net/
libBBS/libbm.c 屏蔽函数 AO_int_fetch_and_add
d90Fv1 http://blog.numino.net/
libBBS/extra.c 屏蔽函数 AO_int_fetch_and_add
J1t67u http://blog.numino.net/
local_utl/awardonline.c 屏蔽函数 AO_int_fetch_and_add
a5f4LC http://blog.numino.net/
修改php模块待安装目录的权限
d2x6hB http://blog.numino.net/
sudo chown bbs:bbs /usr/lib/php5 -R
jmiUU5 http://blog.numino.net/
make
66uPNT http://blog.numino.net/
make install
W87a6O http://blog.numino.net/
make install-home
更多相关内容...>>KBS安装指南

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

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