Revision History
Date | Vision | Description | Author |
2011-6-10 | 版本号1.0 | CMS_DEMO2(label号) | Apollo.Yang |
2010-07-05 | CMS_DEMO1(label号) | Bard.wu | |
(按最近日期排序)
阅读说明:蓝字为注释,范例,或者说明,黑字为必须要的条目
Table of Contents
1. INTRODUCTION
(主要简略介绍工程实现的功能,或者修复的bug)
2.RELEASE CONTENT
2.1Source code depository
The source code of software is stored in the SVN
2.2Directory structure
The cms(子项目) application for FollowGood Platform is organized as a tree depicted below: the tar package is cms_demo1.tar.Z(包), uncompress it , the dir is :
/opt/wacos/server /cms
|-----bin
|-----home
|-----logs
|-----tools
|-----tomcat6
|-----lib
|-----datadb
|-----metadata
|-----metadatatmp
|-----webapps
2.3Label info
CMS_DEMO
2.4Get the information for label
You can get the information by
host:8080/cms/version.html
The history for label(主要介绍以往版本主要功能,修复bug清单,以及解决的问题等,尽量详细,按版本倒序排列,最新版本放前面)
●CMS_DEMO2
因 地方分类中部分省份 页面变更,更新解析配置以正确解析内容
●CMS_DEMO2
修复BugList :
Software003:解决空指针异常问题
Softeare009:解决用户名没有校验问题
(此部分内容为追加内容,以往的版本信息都要保留)
2.5Build environment(编译环境)
2.6User profile environment (用户环境变量)
2.6.1wacos user profile
Add these lines in wacos user profile
JAVA_HOME=$HOME/tools/ jdk1.6.0
export JAVA_HOME;
Notice: wacos should be the owner of “/opt/wacos/server”
The Tomcat’s version is 6.0
2.7Build process(编译过程介绍)
Now , cms only support ANT’s Compile.
3.Target environment(部署环境需求)
3.1Hardware requirements(硬件需求)
-Sun Ultra 10 workstation or above
3.2Software requirement(软件需求)
-Java Developemnt Kit(JDK) 1.6.0
3.3Running CMS(启动须知,说明启动脚步的含义)
3.3.1单机版
$cd /opt/wacos/server/cms
$chmod +x *
// Start CMS as root
$./start.sh
// Stop 帝国cms小说模板CMS
$./stop.sh
3.3.2分布式
$cd /opt/wacos/server/cms
$chmod +x *
// Start CMS as root
$./start-all.sh
// Stop CMS
$./stop-all.sh
3.4Limitation(局限性说明)
1.Now only support JDK 1.6.0 or above
2.Now support above Tomcat 6.0
4.ConfigurAtion of cms(项目配置文件说明)
4.1配置文件
4.1.1cms.properties
目录:/opt/wacos/server/cms/home/WEB-INF/classes
内容:
crawl.startTime=08:00 ----爬虫开始时间
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论