This is something I’ve been working on but never got a chance to complete, It has no installer and you’ll need to configure it manually by importing the base.sql file and changing the db connection settings from the protected/config files.
Features
Issues
Wiki/Articles
Activity Feed
Projects
This is published for learning purposes, And is released under the new GPL license.
I’m new to Yii and the project seems to be a great starting point for learning. When I installed locally, the home page appears correctly, whereas other pages generate 404. Should I have to configure UrlManager option in config.php or have to add any .htaccess to use with friendly-urls?
With the default checkout, no .htaccess is available in the project root. I tried the sample .htaccess code provided with the documentation, but still in vain. mod rewrite is enabled in Apache.
Thanks for your great help! Finally, I managed to run it locally. I tried adding the htaccess to the project root, but it was of no difference. Few things made to suspect svn support files, so exported the same into different folder and ran the same code, it worked!!! I am not sure why the code the failed while maintaining it under svn. Still, http://localhost/tracker/roadmap generates 404. Other pages works good and I can learn from those pages very well.