Making sure Apache and MySQL run on start-up
chkconfig mysqld on
look at the rc.local file for apachectl
disable SE Linux
Copy drupal files into /var/www/html
cp default/default.settings.php default/settings.php
mkdir default/files
chmod a+w default/settings.php
chmod -R a+w default/files
No comments:
Post a Comment