Wednesday, August 29, 2007

Installing Drupal on Gentoo linux.

Today I installed Drupal on gentoo linux, it was my first time using both. I must say it went over flawlessly. Portage is hands down the coolest thing since apt-get.

on a bare gentoo install I did this:

installed php: emerge php
installed mysql: emerge mysql
installed apache: emerge apache

that was it , oh yeah.

nano /etc/apache2/conf/apache2.conf then add: AddType application/x-httpd-php .php .html .htm

/etc/init.d/apache2 start

wala, just drop in drupal and its done.

0 comments: