- Created separate upgrade instructions. Will hopefully make it easier to spot upgrade isntructions.
parent
b75ed3f604
commit
5a90aa1175
17
INSTALL.txt
17
INSTALL.txt
|
@ -8,7 +8,6 @@ CONTENTS OF THIS FILE
|
|||
* Installation
|
||||
- Drupal administration
|
||||
- Customizing your theme(s)
|
||||
* Upgrading
|
||||
* More Information
|
||||
|
||||
REQUIREMENTS
|
||||
|
@ -248,22 +247,6 @@ that can be changed to reference your own logos.
|
|||
Most themes also contain stylesheets to tune the colors and layouts;
|
||||
check the themes/ directory for READMEs describing each alternate theme.
|
||||
|
||||
UPGRADING
|
||||
---------
|
||||
|
||||
1. Backup your database and Drupal directory - especially your
|
||||
configuration file in 'sites/default/settings.php'.
|
||||
|
||||
2. Log on as the user with user ID 1.
|
||||
|
||||
3. Remove all the old Drupal files then unpack the new Drupal
|
||||
files into the directory that you run Drupal from.
|
||||
|
||||
4. Modify the new configuration file to make sure
|
||||
it has the latest and correct information.
|
||||
|
||||
5. Run update.php by visiting http://www.example.com/update.php.
|
||||
|
||||
MORE INFORMATION
|
||||
----------------
|
||||
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
// $Id$
|
||||
|
||||
UPGRADING
|
||||
---------
|
||||
|
||||
1. Backup your database and Drupal directory - especially your
|
||||
configuration file in 'sites/default/settings.php'.
|
||||
|
||||
2. Log on as the user with user ID 1.
|
||||
|
||||
3. Remove all the old Drupal files then unpack the new Drupal
|
||||
files into the directory that you run Drupal from.
|
||||
|
||||
4. Modify the new configuration file to make sure
|
||||
it has the latest and correct information.
|
||||
|
||||
5. Run update.php by visiting http://www.example.com/update.php.
|
||||
|
Loading…
Reference in New Issue