Scott wrote:
1. cd /var/www/html ; ln -s /usr/share/drupal drupal so that som http://blah-bla/drupal/ can work 2. vi /etc/httpd/conf.d/drupal.conf uncomment Allow from 127... and put your local IP adress 3. chmod apache /etc/drupal/default/settings.php 4. check if SELinux makes troubles 5. point web browser install using db name,db user name and password (you have to create db and user+pass for this db) 6. chown root /etc/drupal/default/settings.php check site have fun :-) (I do this using F7 for install I did "yum install drupal") regards. |