Open source

Redmine installation guide

This is a guide to install Redmine (svn trunk) on Ubuntu 9.10.

The assumed location of Redmine is /srv/redmine

Phase 1: Setup Redmine

Step 1 Install required packages.

$ sudo apt-get install ruby rake ruby-dev rubygems libmysqlclient-dev libopenssl-ruby

Step 2 Check out Redmine trunk.

$ cd /srv $ sudo svn co http://redmine.rubyforge.org/svn/trunk redmine

Step 3 Install required ruby gems:

$ sudo gem install rails mongrel mongrel_cluster daemons mysql actionmailer

Note 1: We may ... read more ...

When to Choose Drupal | PracticalWeb Ltd

A very informative post about when to choose Drupal for a combination of project & people.

Drupal is a very flexible CMS which can be extended to provide the functionality needed for may different types of website.

I’ve worked on a few projects where I was brought in for my Drupal expertise, but in the end felt that Drupal wasn’t a good ... read more ...