Trac on Ubuntu
I am looking for some platform can manage some projects and share some ideas. I have used Twiki which implemented by Perl and I have also used Tikiwiki which implemented by PHP. However, people recommended that Trac is good for development project. The benefits are as follows:
- SVN to manage code check-in/check-out
- Wiki page to have document for each changes and implementations.
- Bug preview and bug tracking
- More…
So, I followed the TracOnUbuntu to install. I still need time to figure out how to maintain the system.

Besides the link above, there are two things need to be considered.
- sudo chmod -R +w /var/lib/trac/, otherwise, the web page will throw exceptions.
- sudo htpasswd -c /etc/apache2/dav_svn.passwd username, otherwise, you can’t login to revise wiki page.