diff --git a/core/INSTALL.txt b/core/INSTALL.txt index b753f3ad69eae8e12bb5f3cfe3d69370f120cca1..f5f5c3a8f9dcc43ad9e6edacfdb9c35e0807180e 100644 --- a/core/INSTALL.txt +++ b/core/INSTALL.txt @@ -5,6 +5,7 @@ CONTENTS OF THIS FILE * Requirements and notes * Optional server requirements * Installation + * Reinstall * Building and customizing your site * Multisite configuration * Multilingual configuration @@ -285,6 +286,20 @@ INSTALLATION scripts/ directory. (Note that these scripts must be customized like the above example, to add your site-specific cron key and domain name.) +REINSTALL +------------ + +Drupal can be reinstalled without downloading and extracting the Drupal release. + +1. Drop all the tables in your database. + +2. Remove everything in sites/default/files. + +3. Remove sites/default/settings.php. + +4. Follow the Installation Instructions above starting from Step 3 (Run the + install script). + BUILDING AND CUSTOMIZING YOUR SITE ----------------------------------