1 | | = Welcome to Trac 0.12.2 = |
| 1 | == 1、系统相关人员 == |
| 2 | 用户:廖华(电脑网)、张健灵(电脑网);谢知遥(游戏网)[[BR]] |
| 3 | 制作:崔俊、杜光敏[[BR]] |
| 4 | 开发:陈崇锜 黄贤端[[BR]] |
| 5 | 运维:欧彬(电脑网);李城(游戏网)[[BR]] |
| 6 | 协调:郑华聪(电脑网);陈国基(游戏网)[[BR]] |
| 7 | 测试:唐勇[[BR]] |
| 8 | == 2、系统介绍 == |
| 9 | 系统面向用户:网友。为网友提供软件、驱动及游戏的介绍以及下载 [[BR]] |
| 10 | 系统压力:ip百万级[[BR]] |
| 11 | 系统的数据量:电脑网7万左右;游戏网7万左右[[BR]] |
| 12 | 源码地址:[[BR]] |
| 13 | - 电脑网下载[http://svn.demo.pc.com.cn/svn/pcdlc][[BR]] |
| 14 | - 游戏网下载[http://svn.demo.pc.com.cn/svn/gamedlc][[BR]] |
| 15 | 首页地址:[[BR]] |
| 16 | - 电脑网下载[http://dl.pconline.com.cn][[BR]] |
| 17 | - 游戏网下载[http://dl.pcgames.com.cn][[BR]] |
| 18 | == 3、软件架构 == |
| 19 | jdk1.4+struts1+jdo1.0+oscache(动态页面缓存)+jsp+oracle |
| 20 | == 4、系统架构 == |
| 21 | * 电脑网下载 |
| 22 | a. 前台:squid+apache |
| 23 | b. 动态:resin+oracle |
| 24 | c. 后台:resin+oracle |
| 25 | * 游戏网下载 |
| 26 | a. 前台:squid+nginx |
| 27 | b. 动态:resin+oracle |
| 28 | c. 后台:resin+oracle |
| 29 | == 5、日常维护 == |
| 30 | * 电脑网下载[[BR]] |
| 31 | 1) 定时任务 |
| 32 | a. cms相关 [http://svn.demo.pc.com.cn/svn/pcdlc/docs/change/batch/cmsblock.sh] |
| 33 | b. 日排行榜ssi豆腐块 [http://svn.demo.pc.com.cn/svn/pcdlc/docs/change/batch/daily.sh] |
| 34 | c. 周排行榜ssi豆腐块 [http://svn.demo.pc.com.cn/svn/pcdlc/docs/change/batch/weekly.sh] |
| 35 | d. 最新排行榜ssi豆腐块 [http://svn.demo.pc.com.cn/svn/pcdlc/docs/change/batch/publish_latest.sh] |
| 36 | e. 终端页发布 [http://svn.demo.pc.com.cn/svn/pcdlc/docs/change/batch/publish.sh] |
| 37 | 2) 日常处理保障[[BR]] |
| 38 | [http://svn.demo.pc.com.cn/svn/pcdlc/docs/change/下载中心-日常维护文档.doc] |
| 39 | * 游戏网下载 |
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''. |
25 | | |
26 | | |
27 | | TracGuide is a good place to start. |
28 | | |
29 | | Enjoy! [[BR]] |
30 | | ''The Trac Team'' |
31 | | |
32 | | == Starting Points == |
33 | | |
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 |
38 | | |
39 | | For a complete list of local wiki pages, see TitleIndex. |