Apache+SVN+Review Board代碼審核服務(wù)器搭建流程
創(chuàng)新互聯(lián)建站堅(jiān)持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:網(wǎng)站設(shè)計(jì)制作、成都網(wǎng)站設(shè)計(jì)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時(shí)代的紅旗網(wǎng)站設(shè)計(jì)、移動(dòng)媒體設(shè)計(jì)的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!
代碼審查(CodeReview)不但可以提高質(zhì)量,而且還是一個(gè)知識(shí)共享和指導(dǎo)的極好的手段。ReviewBoard是一款比較優(yōu)秀的,開源的基于WEB的代碼審查工具。
yum -y install gcc gcc-c++ make cmake autoconfautomake libffi libffi-devel ncurses* bison* zlib* expat* openssl* apr* neon*
yum -y install httpd httpd-devel
yum -y install mysql mysql-server mysql-devel mysql-python service mysqld start
登錄MySQL創(chuàng)建reviewboard數(shù)據(jù)庫和reviewboard用戶
mysql –uroot –p >create database reviewboard default charset utf8collate utf8_general_ci; >grant all on reviewboard.* to'reviewboard'@'localhost' identified by 'reviewboard';
yum -y install memcached python-memcached service memcached start
yum -y install patch
yum -y install python python-devel
如果python版本為2.6(CentOS6.x),可以采用EPEL yum源進(jìn)行下載
(1)、 rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum -y installpython-subvertpy pysvn
(安裝yum源EPEL紅帽企業(yè)庫,centos默認(rèn)yum源庫中沒有pysvn)
(2)、 yum --enablerepo=epel install pysvnpython-subvertpy
(指定在EPEL yum源中,下載pysvn,python-subvertpy)
CentOS7.x 安裝EPEL源
rpm -ivhhttp://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
distribute從0.7版本后就和setuptools合并在一起了,所以先刪除舊版(setuptools)easy_install。
第一步:刪除easy_install
rm -f /usr/bin/easy_install* rm -f /usr/local/bin/easy_install*
第二步:安裝distribute
wget https://svn.apache.org/repos/asf/oodt/tools/oodtsite.publisher/trunk/distribute_setup.py python distribute_setup.py rm distribute_setup.py
easy_install reviewboard rb-site install /var/www/html/reviewboard
根據(jù)情況配置以下內(nèi)容
Domain Name: 192.168.2.41 Root Path [/]: Database Type: mysql Database Name [reviewboard]: Database Server [localhost]: Database Username: reviewboard Database Password: Confirm Database Password: Memcache Server [localhost:11211]: Username [admin]: admin Password: Confirm Password: E-Mail Address: public@unilifemedia.com Company/Organization Name (optional): unilifemedia Allow us to collect support data? [Y/n]:
chown -R apache.apache/var/www/html/reviewboard/htdocs/ chown -R apache.apache /var/www/html/reviewboard/data
把a(bǔ)pache-wsgi.conf配置文件放到Apache的conf.d目錄下
cp /var/www/html/reviewboard/conf/apache-wsgi.conf/etc/httpd/conf.d/
配置允許訪問reviewboard的域名或IP
vi/var/www/html/reviewboard/conf/settings_local.py
ALLOWED_HOSTS =['192.168.2.41','codereviewboard.unilifemedia.com']
重啟Apache
service httpd restart
登錄:http://192.168.2.41/
輸入剛才配置的admin密碼
輸入名稱,SVN倉庫地址,用戶名密碼。
本文題目:Apache+SVN+ReviewBoard代碼審核服務(wù)器搭建流程
文章位置:http://jinyejixie.com/article4/ijjeoe.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供動(dòng)態(tài)網(wǎng)站、App設(shè)計(jì)、建站公司、網(wǎng)站排名、靜態(tài)網(wǎng)站、電子商務(wù)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)