Changes between Version 2 and Version 3 of faq/drupal/install
- Timestamp:
- May 30, 2010, 7:27:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/drupal/install
v2 v3 16 16 When you are done you will be prompted to open a web browser to complete the installation. 17 17 18 == How to I remove a Drupal installation == 19 20 We do not have an automated way to remove a Drupal installation. 21 22 You can do it manually by following these steps. 23 24 * Change into your web directory 25 * Remove the following files and directories: 26 {{{ 27 .htaccess 28 cron.drupal.php 29 cron.php 30 includes 31 index.drupal.php 32 index.php 33 install.drupal.php 34 install.php 35 misc 36 modules 37 profiles 38 scripts 39 sites 40 themes 41 update.drupal.php 42 update.php 43 xmlrpc.drupal.php 44 xmlrpc.php 45 }}} 46 * Please post a ticket to have your database dropped for you. 47 18 48 == Notes for MFPL administrators == 19 49