tag:blogger.com,1999:blog-4754459492198127062007-08-29T19:05:03.187-07:00Drupal and phpdevshedhttp://www.blogger.com/profile/14192534284955133424noreply@blogger.comBlogger1125tag:blogger.com,1999:blog-475445949219812706.post-44823489188120549332007-08-29T18:56:00.000-07:002007-08-29T19:03:49.435-07:00Installing 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.<br /><br />on a bare gentoo install I did this:<br /><br />installed php: emerge php<br />installed mysql: emerge mysql<br />installed apache: emerge apache<br /><br />that was it , oh yeah.<br /><br />nano /etc/apache2/conf/apache2.conf then add: AddType application/x-httpd-php .php .html .htm<br /><br />/etc/init.d/apache2 start <br /><br />wala, just drop in drupal and its done.devshedhttp://www.blogger.com/profile/14192534284955133424noreply@blogger.com