Fedora Core 6
Download Package
- yum install subversion
- yum install mod_dav_svn
- yum install trac
Install
- go to etc/httpd/conf.d/
- add trac.conf and svn.conf
- create password files with "htpasswd"
- service httpd restart
Ubuntu 6.10
For subversion: apt-get install subversion libapache2-svn
For trac: apt-get install trac (will install trac-0.9.6)
To upgrade SQlite database from v.2 (used in old trac) to v.3, apt-get install libsqlite0 python-sqlite, sqlite and sqlite 3, then
- $ mv trac.db trac2.db
- $ sqlite trac2.db .dump | sqlite3 trac.db
- change /etc/apache2/sites-available/default
- set svn.passwd file
- apache2ctl restart
No comments:
Post a Comment