23 Dec
Following is a guid to install Redmine (svn trunk) on Ubuntu 9.10.
The assumed location of Redmine is /srv/redmine
Step 1
Install required packages.
Step 2
Check out Redmine trunk.
Step 3
Install required ruby gems:
Note 1: We may need to update Rails RAILS_GEM_VERSION in file [redmine]/config/environment.rb to reflect actual version of Rails gems installed.
Note 2: We may need to create soft link for rails & mongrel executables for convenient
Step 4
Create mysql database
Run the following code in mysql, substitute your own database name, password, …
Step 5
Create/Update database parameters in [redmine]/config/database.yml accordingly to prior step info.
Step 6
Initialize the database
Step 7
Create redmine user & setting up directory permission
Step 8
Testing the application server
The server is listening on [http://localhost:3000].
Step 1
Create mongrel cluster configuration files for Redmine.
Step 2
Create apache virtual host file at /etc/apache/sites-available/
Step 3
Turn on the virtual host and required modules
Step 1
Create global mongrel_cluster configuration
Step 2
Update the services
Step 3
Configure G!Mail
23 Nov
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 solution in these particular circumstances. So I’ve been pondering what sorts of projects is Drupal best suited to.
I’m not thinking about small brochureware websites that might be best managed using Wordpress, Joomla or the like as almost all my experience is of larger projects where the alternatives are frameworks such as Symfony, Rails, Struts etc – or pure custom code.
I’m know it’s possible to run a successful Drupal project that doesn’t have all the good points and does have some bad points from the lists below – I’ve done it.
But if anyone has successfully delivered a regularly upgraded, high traffic, fully tested web application with inflexible requirements using a large team of OO programmers with little prior Drupal experience – well I’d love to hear about it.
via When to Choose Drupal | PracticalWeb Ltd.
Recent Comments