Trac quick setup
Came across Trac while checking information of Scrapy and had a quick try.
Operation System is Ubuntu.
Operation performed:
- Download package from official site
- Follow INSTALL doc in the package to complete installation
- Start Trac and visit Guide
- Auth
- basic auth
- TODO other auth of adding register feature
- Subversion
- python Subversion module (ubuntu install script: apt-get install python-subversion)
- “svnadmin create” Subversion repos and update trac.ini accordingly
- Permission (Guide section TracPermissions)
- Add permission TRACADMIN to user in order to show the WebAdmin tab
- WebAdmin is an Admin Web interface to perform admin operations
- Roadmap
- Component
- TODO etc …