Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
|
becki:linux:drupal [2011-12-20 15:05] becki |
becki:linux:drupal [2011-12-20 17:21] (aktuell) becki |
||
|---|---|---|---|
| Zeile 109: | Zeile 109: | ||
| - Merge your changed in module config files into the new config files | - Merge your changed in module config files into the new config files | ||
| - mv modules modules.old; mv modules.new modules | - mv modules modules.old; mv modules.new modules | ||
| - | - Point Browser to http://<mysite>/drupal/update.php and follow instructions | + | - Point Browser to %%http://<mysite>/drupal/update.php%% and follow instructions |
| ===== Minor Update Drupal Core == | ===== Minor Update Drupal Core == | ||
| - | - Log into your Drupal install with HTTP as Admin an go to ''http://<mysite>/drupal/admin/reports/updates'' and copy Link to latest core package into clipboard | + | - Log into your Drupal install with HTTP as Admin an go to %%http://<mysite>/drupal/admin/reports/updates%% and copy Link to latest core package into clipboard |
| - Log into your Drupal server with SSH and download core package with wget | - Log into your Drupal server with SSH and download core package with wget | ||
| - Extract core package in your web root (near old core package) | - Extract core package in your web root (near old core package) | ||
| Zeile 126: | Zeile 126: | ||
| - cd drupal/sites/default; cp files drupal.new/sites/default/ | - cd drupal/sites/default; cp files drupal.new/sites/default/ | ||
| - cd <wwwroot>; rm drupal; ln -s drupal.new drupal | - cd <wwwroot>; rm drupal; ln -s drupal.new drupal | ||
| - | - Point Browser to http://<mysite>/drupal/update.php and follow instructions | + | - Point Browser to %%http://<mysite>/drupal/update.php%% and follow instructions |
| - Re-enable custom and contributed modules and check if they are up to date in ''drupal/admin/reports/updates'' | - Re-enable custom and contributed modules and check if they are up to date in ''drupal/admin/reports/updates'' | ||
| - Update all outdated modules | - Update all outdated modules | ||
| - Return the site to its original theme | - Return the site to its original theme | ||
| - | - Return your site to "Online" | + | - Return your site to Online |
| ===== Major Upgrade Drupal Core == | ===== Major Upgrade Drupal Core == | ||