I used ssh to update drupal 6.14 to drupal 6.15 this morning. Here is what I did. 1. Remote login to the web server ssh root@mysite.com2. Download Drupal 6.15 cd /var/www3. Copy the new files to my web directory (www) cd /var/www/drupal-6.154. run update.php
|
|||