You are on page 1of 2

Chamilo: Course Management System Rik Goldman - Tue, 2011/06/28 - 22:57

Chamilo is a promising course management system that is extraordinarily flexible and extensible. It incorporates web 2.0 features that Moodle manages to stretch to incorporate. Here's the link: http://www.chamilo.org/en

Build notes for LAMP 11.1 to follow. Chamilo Build Notes Rik Goldman - Fri, 2011/07/01 - 15:24.

Starting from TKL Lamp 11.1

Set hostname

apt-get install -y php5-gd php5-xsl a2enmod rewrite mkdir /var/www/chamilo wget http://chamilo.googlecode.com/files/chamilo-2.0.zip -O /tmp/chamilo.zip unzip /tmp/chamilo.zip mv * /var/www/chamilo chown -R www-data:www-data /var/www/chamilo nano /etc/php5/apache2/php.ini (change output_buffering to Off) service apache2 restart

Navigate to http://ipaddress/chamilo; continue setup, including db

configuration. I'm quite confident that a setup or configuration folder shouldn't be left available to everyone, but I don't see any docs suggesting a directory should be deleted or locked down.

You might also like