Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
03/05/2014 10:10:53 AM (12 years ago)
Author:
chenchongqi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.12.2 = 
     1= 1.系统相关人员 = 
    22 
    3 Trac is a '''minimalistic''' approach to '''web-based''' management of 
    4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. 
    5  
    6 All aspects of Trac have been designed with the single goal to  
    7 '''help developers write great software''' while '''staying out of the way''' 
    8 and imposing as little as possible on a team's established process and 
    9 culture. 
    10  
    11 As all Wiki pages, this page is editable, this means that you can 
    12 modify the contents of this page simply by using your 
    13 web-browser. Simply click on the "Edit this page" link at the bottom 
    14 of the page. WikiFormatting will give you a detailed description of 
    15 available Wiki formatting commands. 
    16  
    17 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created 
    18 a new Trac environment, containing a default set of wiki pages and some sample 
    19 data. This newly created environment also contains  
    20 [wiki:TracGuide documentation] to help you get started with your project. 
    21  
    22 You can use [wiki:TracAdmin trac-admin] to configure 
    23 [http://trac.edgewall.org/ Trac] to better fit your project, especially in 
    24 regard to ''components'', ''versions'' and ''milestones''.  
     3== 产品团队 == 
     4- 产品:陈棉雄 朱焕壁 王万鹏 陈国豪 胡伟仪[[BR]] 
     5- 测试:周馥香 赖丽华 汪祥[[BR]] 
     6- 开发:陈崇锜 王安宁 秦鸿源[[BR]] 
    257 
    268 
    27 TracGuide is a good place to start. 
     9= 2.系统介绍 = 
     10  * 当前版本:7.1 
     11  * 代码svn路径[[BR]] 
     12    - 汽车论坛7.0[http://svn.demo.pc.com.cn/svn/bbs7/branches/bbs7_auto_main] 
     13    - 代码暂时没有新建svn来放,方便和其他网论坛做代码合并。 
    2814 
    29 Enjoy! [[BR]] 
    30 ''The Trac Team'' 
     15  * 系统面向用户[[BR]] 
     16    - 网友:为网友提供看帖、发帖及帖子管理功能。[[BR]] 
     17    - 站长:提供管理后台,可以检索帖子、用户,查看访问量发帖的计数,以及版主工作量统计等操作。 
     18  * 系统数据量[[BR]] 
     19    数据量最高的电脑论坛用户数百万级,帖子数千万级,偶尔会有几十/秒的高并发盖楼帖活动。 
     20  * 系统压力[[BR]] 
     21    压力最大的电脑论坛IP百万级,PV接近千万级 
    3122 
    32 == Starting Points == 
     23= 3.系统架构 = 
    3324 
    34  * TracGuide --  Built-in Documentation 
    35  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 
    36  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 
    37  * TracSupport --  Trac Support 
     25  6.8版本:编译/运行jdk1.6+spring2.5+oracle(用户及积分表)+mysql+jsp+memcache [[BR]] 
     26  7.0版本:编译/运行jdk1.6+spring3.1+Postgresql(用户表)+mysql+jsp+memcache  
    3827 
    39 For a complete list of local wiki pages, see TitleIndex. 
     28= 4.重大版本介绍 = 
     29  * MySQL版(6.3)[[BR]] 
     30    将数据库从纯Oracle变成以MySQL为主Oracle为辅的架构。由于网站用户统一的积分存放在论坛中,为了保证积分安全,用户数据及积分相关日志保留在Oracle数据库,其余数据都迁移到MySQL。[[BR]] 
     31  * 6.4版[[BR]] 
     32    以汽车网论坛改版需求为主线,增加了用户行为分析功能,整合了后台管理相对分散的功能以及优化了前台页面的用户体验。 
     33  * 6.5版[[BR]] 
     34    引入持续集成实践,将代码加入Maven管理,逐步完善单元测试。因为还在探索阶段,电脑网论坛还未启动6.5版。 
     35  * 6.6版[[BR]] 
     36    前台页面优化,各网评分样式,水印样式统一,统一楼层,页面跳转功能,图片模式实时处理,汽车网论坛地图整合。 
     37  * 6.7版[[BR]] 
     38    站长或版主可以把论坛帖子推送到CMS 
     39  * 6.8版[[BR]] 
     40    各网页面大改版 
     41  * 7.0版[[BR]] 
     42    整个论坛进行底层代码重构,整合各网代码成一套代码,让各网核心功能保持一致,各网特殊功能以插件形式实现。[[BR]] 
     43 
     44= 5.论坛BBS7大事记 = 
     45 * 2013.10.16[[BR]]  
     46   - 【汽车论坛7.1版上线】  
     47   - 列表页改版,新增“提问帖”类型的帖子 
     48 * 2013.7.3[[BR]]   
     49   - 【汽车论坛WAP版上线】  
     50   - 汽车论坛添加了120x80、240x160、500x500三种格式的缩略图 
     51 * 2013.4.8[[BR]] 
     52   - 【汽车论坛7.0上线】 
     53   -  底层代码重构与优化,后台配置功能全面整合升级 
     54 
     55= 6.近期任务 = 
     56[[TicketQuery(max=20,order=id,desc=1,format=table,col=status|resolution|version|milestone|component|summary|owner|reporter|type|priority)]] 
     57 
     58= 7.开发机情况 =  
     59 
     60- [http://dev11.pcauto.com.cn/bbs7/index.do 汽车论坛开发机] 
     61 
     62- [http://ci.pc.com.cn/jenkins/job/bbs7/ 汽车论坛持续集成环境] 
     63 
     64- 更改开发机环境,修改持续集成环境设置即可 
     651.设置[[BR]] 
     66 
     672.Build里面的maven的P为项目profile名称即可[[BR]] 
     68 
     69{{{ 
     70汽车网 - auto 
     71电脑网 - it 
     72女性网 - lady 
     73亲子网 - kids 
     74游戏网 - games 
     75家居网 - house 
     76最数码 - piebbs 
     77}}} 
     78 
     79= 8.本地开发命令= 
     80{{{ 
     81mvn clean package -P auto 
     82mvn clean package -P it 
     83mvn clean package -P lady 
     84mvn clean package -P kids 
     85mvn clean package -P games 
     86mvn clean package -P house 
     87mvn clean package -P piebbs 
     88}}}  
     89- 默认是汽车网论坛配置 
     90---- 
     91- 默认跑测试,不跑测试需要添加命令 
     92{{{ 
     93mvn clean package -D maven.skip.test=true -P auto 
     94}}} 
     95---- 
     96 
     97  
     98= 9.规范 = 
     99Sprint流程规范 wiki:sprint_flow [[BR]] 
     100开发部规范简明列表 wiki:pc_standard [[BR]] 
     101论坛组编码规范 wiki:standard [[BR]] 
     102流程规范 wiki:workflow [[BR]] 
     103bbs7第一次重构规范 wiki:bbs7refactor_1  (2012-11-23日开会整理)[[BR]] 
     104代码规范计划 wiki:standard_plan [[BR]] 
     105代码审查 wiki:code_review [[BR]] 
     106论坛报障处理流程 wiki:defect_handler [[BR]] 
     107报障问题定义及处理方式(面向产品、开发、测试)wiki:defect_notice_researchers [[BR]] 
     108 
     109 
     110= 10.论坛插件 = 
     111发帖机 wiki:poster 
     112 
     113= 11. 其他文档 = 
     114自动化测试 wiki:autotest [[BR]] 
     115升级到passport3 wiki:passport [[BR]] 
     116[http://rdtrac.pc.com.cn/2011junit/wiki 单元测试] [[BR]] 
     117基本回归测试点 wiki:qa [[BR]] 
     118接口列表 wiki:intf [[BR]] 
     119Sprint总结记录 http://rdtrac.pc.com.cn/bbs/wiki/sprint_summary [[BR]] 
     120UML推广 http://rdtrac.pc.com.cn/bbs/wiki/uml [[BR]] 
     121论坛后台用户使用指南_for 7.0 [http://hr.pconline.com.cn/userguide] [[BR]] 
     122= 测试环境地址: = 
     123汽车[http://v15.pcauto.com.cn/admin.do][[BR]] 
     124后台账号lifeng/123456 ;前台地址index.do; 
     125 
     126= 12. 代码道场 = 
     127http://rdtrac.pc.com.cn/bbs/wiki/codekata 
     128 
     129= 13. 7.0开发总结 = 
     130http://rdtrac.pc.com.cn/bbs/wiki/summaryFor7.0 
     131 
     132= 14. 分享汇 = 
     133http://rdtrac.pc.com.cn/bbs/wiki/sharing 
     134 
     135 
     136= 15. 日常维护工具 = 
     137Spring MVC url对应Controller wiki:url2controller [[BR]] 
     138应用内存配置监控 wiki:memMonitor [[BR]] 
     139帖子浏览数修改 wiki:modifyTopicView [[BR]]