Install Trac on DS 409+

Micheal Chen Lv6

date: 2011-02-15 14:20:12

参考: http://home.prea.net/hacking/synology/trac

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Flagship> ipkg install py25-trac
Installing py25-trac (0.12.1-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/py25-trac_0.12.1-1_powerpc.ipk
Installing python25 (2.5.5-2) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/python25_2.5.5-2_powerpc.ipk
Insstalling bzip2 (1.0.6-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/bzip2_1.0.6-1_powerpc.ipk
Installing libstdc++ (6.0.3-6) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/libstdc++_6.0.3-6_powerpc.ipk
Installing ncursesw (5.7-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/ncursesw_5.7-1_powerpc.ipk
Installing py25-genshi (0.6-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/py25-genshi_0.6-1_powerpc.ipk
Installing py25-setuptools (0.6c11-2) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/py25-setuptools_0.6c11-2_powerpc.ipk
Configuring bzip2
update-alternatives: Linking //opt/bin/bzip2 to /opt/bin/bzip2-bzip2
Configuring libstdc++
Configuring ncursesw
Configuring py25-genshi
Configuring py25-setuptools
Configuring py25-trac
Configuring python25
Successfully terminated.
Flagship>

svn-py not installed yet.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
Flagship> mkdir /volume1/svn/ac-trac
Flagship>

Flagship> trac-admin-2.5 /volume1/svn/ac-trac initenv
Creating a new Trac environment at /volume1/svn/ac-trac

Trac will first ask a few questions about your environment
in order to initialize and prepare the project database.

Please enter the name of your project.
This name will be used in page titles and descriptions.

Project Name [My Project]> AC

Please specify the connection string for the database to use.
By default, a local SQLite database is created in the environment
directory. It is also possible to use an already existing
PostgreSQL database (check the Trac documentation for the exact
connection string syntax).

Database connection string [sqlite:db/trac.db]>

Creating and Initializing Project
Installing default wiki pages
TracLinks imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pag
es/TracLinks
TracPermissions imported from /opt/lib/python2.5/site-packages/trac/wiki/defau
lt-pages/TracPermissions
TracUpgrade imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracUpgrade
SandBox imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pages
/SandBox
TracAccessibility imported from /opt/lib/python2.5/site-packages/trac/wiki/def
ault-pages/TracAccessibility
TracImport imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pa
ges/TracImport
TracCgi imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pages
/TracCgi
TracFastCgi imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracFastCgi
TracPlugins imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracPlugins
WikiProcessors imported from /opt/lib/python2.5/site-packages/trac/wiki/defaul
t-pages/WikiProcessors
TracGuide imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pag
es/TracGuide
TracNotification imported from /opt/lib/python2.5/site-packages/trac/wiki/defa
ult-pages/TracNotification
TracInterfaceCustomization imported from /opt/lib/python2.5/site-packages/trac
/wiki/default-pages/TracInterfaceCustomization
CamelCase imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pag
es/CamelCase
TracStandalone imported from /opt/lib/python2.5/site-packages/trac/wiki/defaul
t-pages/TracStandalone
TracReports imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracReports
TracInstall imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracInstall
TracRoadmap imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracRoadmap
WikiHtml imported from /opt/lib/python2.5/site-packages/trac/wiki/default-page
s/WikiHtml
TracSyntaxColoring imported from /opt/lib/python2.5/site-packages/trac/wiki/de
fault-pages/TracSyntaxColoring
TracSearch imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pa
ges/TracSearch
TracModPython imported from /opt/lib/python2.5/site-packages/trac/wiki/default
-pages/TracModPython
WikiFormatting imported from /opt/lib/python2.5/site-packages/trac/wiki/defaul
t-pages/WikiFormatting
TracUnicode imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracUnicode
TracTimeline imported from /opt/lib/python2.5/site-packages/trac/wiki/default-
pages/TracTimeline
TracFineGrainedPermissions imported from /opt/lib/python2.5/site-packages/trac
/wiki/default-pages/TracFineGrainedPermissions
TracModWSGI imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracModWSGI
WikiMacros imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pa
ges/WikiMacros
TracLogging imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracLogging
TracBackup imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pa
ges/TracBackup
TracSupport imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracSupport
InterWiki imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pag
es/InterWiki
TracTickets imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracTickets
RecentChanges imported from /opt/lib/python2.5/site-packages/trac/wiki/default
-pages/RecentChanges
TracWorkflow imported from /opt/lib/python2.5/site-packages/trac/wiki/default-
pages/TracWorkflow
WikiRestructuredText imported from /opt/lib/python2.5/site-packages/trac/wiki/
default-pages/WikiRestructuredText
TracWiki imported from /opt/lib/python2.5/site-packages/trac/wiki/default-page
s/TracWiki
WikiRestructuredTextLinks imported from /opt/lib/python2.5/site-packages/trac/
wiki/default-pages/WikiRestructuredTextLinks
InterTrac imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pag
es/InterTrac
TracRevisionLog imported from /opt/lib/python2.5/site-packages/trac/wiki/defau
lt-pages/TracRevisionLog
TracIni imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pages
/TracIni
TitleIndex imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pa
ges/TitleIndex
TracQuery imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pag
es/TracQuery
TracNavigation imported from /opt/lib/python2.5/site-packages/trac/wiki/defaul
t-pages/TracNavigation
TracEnvironment imported from /opt/lib/python2.5/site-packages/trac/wiki/defau
lt-pages/TracEnvironment
WikiNewPage imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/WikiNewPage
TracRepositoryAdmin imported from /opt/lib/python2.5/site-packages/trac/wiki/d
efault-pages/TracRepositoryAdmin
WikiStart imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pag
es/WikiStart
InterMapTxt imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/InterMapTxt
TracChangeset imported from /opt/lib/python2.5/site-packages/trac/wiki/default
-pages/TracChangeset
TracRss imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pages
/TracRss
PageTemplates imported from /opt/lib/python2.5/site-packages/trac/wiki/default
-pages/PageTemplates
WikiPageNames imported from /opt/lib/python2.5/site-packages/trac/wiki/default
-pages/WikiPageNames
TracTicketsCustomFields imported from /opt/lib/python2.5/site-packages/trac/wi
ki/default-pages/TracTicketsCustomFields
TracAdmin imported from /opt/lib/python2.5/site-packages/trac/wiki/default-pag
es/TracAdmin
TracBrowser imported from /opt/lib/python2.5/site-packages/trac/wiki/default-p
ages/TracBrowser
WikiDeletePage imported from /opt/lib/python2.5/site-packages/trac/wiki/defaul
t-pages/WikiDeletePage

---------------------------------------------------------------------
Project environment for 'AC' created.

You may now configure the environment by editing the file:

/volume1/svn/ac-trac/conf/trac.ini

If you'd like to take this new project environment for a test drive,
try running the Trac standalone web server `tracd`:

tracd --port 8000 /volume1/svn/ac-trac

Then point your browser to http://localhost:8000/ac-trac.
There you can also browse the documentation for your installed
version of Trac, including information on further setup (such as
deploying Trac to a real web server).

The latest documentation can also always be found on the project
website:

http://trac.edgewall.org/

Congratulations!

Flagship>
  • Title: Install Trac on DS 409+
  • Author: Micheal Chen
  • Created at : 2011-02-15 14:20:12
  • Updated at : 2025-03-22 21:00:48
  • Link: https://www.xhis.com/hexo/2011/02/15/notes/Install-Trac-on-DS-409/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
Install Trac on DS 409+