Hoperrprime:Trac: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
## Special compile for apr-svn w/ <tt>APR_UTIL_WITH_BERKELEY_DB=yes</tt> | ## Special compile for apr-svn w/ <tt>APR_UTIL_WITH_BERKELEY_DB=yes</tt> | ||
## portinstall subversion | ## portinstall subversion | ||
## svnadmin hotcopy to move Subversion over NFS | |||
# Install mod_python-3.3.1 from ports | # Install mod_python-3.3.1 from ports | ||
# Install trac-0.10.4 from ports | # Install trac-0.10.4 from ports (made sure Postgres support was enabled) | ||
# Loaded trac_debian-cluster Postgres database from hopper with pgdump and psql | |||
# Added <tt>Includes/trac.conf</tt> to apache configuration, based on TracModPython documentation. | |||
Revision as of 03:18, 15 January 2008
- Subversion
- Special compile for apr-svn w/ APR_UTIL_WITH_BERKELEY_DB=yes
- portinstall subversion
- svnadmin hotcopy to move Subversion over NFS
- Install mod_python-3.3.1 from ports
- Install trac-0.10.4 from ports (made sure Postgres support was enabled)
- Loaded trac_debian-cluster Postgres database from hopper with pgdump and psql
- Added Includes/trac.conf to apache configuration, based on TracModPython documentation.