close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 10, 2009, 4:52:56 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
137 | 137 | |
138 | 138 | * 執行trac-admin這個指令會有query詢問環境參數如何設定: |
139 | | |
140 | 139 | * Project Name [My Project]>''' {{{waue}}} ''' |
141 | 140 | * Database connection string [sqlite:db/trac.db]> ''' [Enter鍵] ''' |
142 | 141 | * Repository type [svn]> ''' [Enter鍵] ''' |
143 | 142 | * Path to repository [/path/to/repos]> ''' /var/lib/svn/waue ''' |
144 | | ps: ''Path to repository [/path/to/repos]>'' 這行要設定的是svn的路徑,設錯會有warning. |
| 143 | * ''Path to repository [/path/to/repos]>'' 這行要設定的是svn的路徑,設錯會有warning. |
145 | 144 | |
146 | 145 | * 接著設定權限並重新啟動apache2 |
… |
… |
|
149 | 148 | sudo /etc/init.d/apache2 reload |
150 | 149 | }}} |
151 | | |
152 | 150 | |
153 | 151 | * 在瀏覽器輸入你的網址http://localhost/waue就可以看到Trac網頁內容囉! |