Yahoo server doesn’t support drupal, but for some of you with yahoo account, it might be interesting to know how to install the drupal on yahoo server.
Here is the trick.
1. Go to http://drupal.org and download the latest version of drupal .
2. Unpack the drupal-6.8.tar.gz.
3. Open the drupal-6.8.
4. Open the folder sites /default/default.settings.php and save it as settings.php .
5. Delete the default.settings.php file.
6. open the settings.php and change $db_url = ‘mysql://username:password@localhost/databasename’; to
$db_url = ‘mysql://your mysql username: yourpassword@MySQL/yourdatabasename ‘;
7. with a text editor open modeules/system/system.install and modify ($register_globals) != ‘off’) to ($register_globals) == ‘on’). ( please read this first http://help.yahoo.com/l/us/yahoo/smallbusiness/webhosting/php/php-36.html )
8. Upload the whole drupal 6.8 directory to your yahoo server.
9. Login to your yahoo account /filemanager/drupal-6.8 and click on install.php.
10. It should run automatically.
Yahoo server doesn’t support drupal, but for some of you with yahoo account, it might be interesting to know how to install the drupal on yahoo server.
Here is the trick.
- Go to http://drupal.org and download the latest version of drupal.
- Unpack the drupal-6.14.tar.gz.
- Open the drupal-6.14.
- Open the folder sites /default/default.settings.php and save it as settings.php.
- Delete the default.settings.php file.
- Open the settings.php and change
- $db_url = ‘mysql://username:password@localhost/databasename’;
- - to -
- $db_url = ‘mysql://your mysql username: yourpassword@MySQL/yourdatabasename ‘;
- With a text editor open modeules/system/system.install and modify ( please read this first http://help.yahoo.com/l/us/yahoo/smallbusiness/webhosting/php/php-36.html )
- ($register_globals) != ‘off’)
- - to -
- ($register_globals) == ‘on’)
- Upload the whole drupal directory to your yahoo server location.
- Login to your yahoo account /filemanager/drupal-irectory and click on install.php.
- It should run automatically.
June 27, 2009 at 8:17 pm |
Harold – Good stuff on Drupal. We just changed out Drupal for Joomla on our customer portal. There’s a lot of open source community network platforms out there.
June 30, 2009 at 12:17 pm |
Hi Paul,
Thanks for the note, I find both Drupal and Joomla to be two of the best open-source Web Content Management (WCM) solutions available, and by that I mean they have a large supporting community.
-Harold
http://www.linkedin.com/in/haroldcheardjr
http://www.twitter.com
http://haroldcheardjr.wordpress.com/contact/
June 28, 2009 at 2:56 pm |
Step 7. makes your Drupal site instantly vulnerable to cross site scripting attacks. If you have to do this, don’t use Drupal on that server.
June 30, 2009 at 12:10 pm |
Thanks for the note, sometime sharing this type of data will opens eyes for all concerned and maybe it can change Yahoo’s solution to be stronger
-Harold
http://www.linkedin.com/in/haroldcheardjr
http://www.twitter.com
http://haroldcheardjr.wordpress.com/contact/
July 7, 2009 at 1:34 am |
Hmm. Is it true?