Trac Install and Setup Notes
File Locations
/usr/local/src/trac # where src files are /var/src/trac/dojo # trac installation (all the data files) /root/bin/tracbackup.sh # backup script /var/backup/trac # trac nightly backup location
Backup
Backups happen nightly @ 3AM (see #'s cron)
Setup Notes
The original install was a 0.7.1 SUSE RPM from the official download site. I upgraded it pretty painlessly to 0.8 w/ the source tarball from there.
### as root ### # in the src folder $ python setup.py install # upgrade the db $ trac-admin /var/src/trac/dojo upgrade # kick apache $ /etc/init.d/apache2 reload
Easy Fabreezy.
For 0.8 upgrade I also updated some permissions:
$ trac-admin /var/src/trac/dojo permission add anonymous MILESTONE_VIEW $ trac-admin /var/src/trac/dojo permission add anonymous ROADMAP_VIEW
Last modified 17 years ago
Last modified on Jan 20, 2005, 8:26:59 AM