diff options
| author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-13 14:05:31 +0000 | 
|---|---|---|
| committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-13 14:05:31 +0000 | 
| commit | 07deeba61f3d0f64721a4fe7262e00c17c083452 (patch) | |
| tree | df4ac5350d6e1aedf2a2803bfb43a329c27089f0 | |
| parent | e198d5bdbb3b3ddb83a590befccf9768ccabd6b4 (diff) | |
| download | elgg-07deeba61f3d0f64721a4fe7262e00c17c083452.tar.gz elgg-07deeba61f3d0f64721a4fe7262e00c17c083452.tar.bz2  | |
Updated the install and upgrade text.
git-svn-id: https://code.elgg.org/elgg/trunk@2244 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | INSTALL.txt | 2 | ||||
| -rw-r--r-- | UPGRADE.txt | 12 | 
2 files changed, 10 insertions, 4 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index de5617fd4..9dbc33406 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,5 +1,5 @@ -ELGG 1.0 INSTALLATION INSTRUCTIONS
 +ELGG INSTALLATION INSTRUCTIONS
  TECHNICAL REQUIREMENTS
 diff --git a/UPGRADE.txt b/UPGRADE.txt index 4ecd28ba1..6f938d4b2 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -1,6 +1,12 @@ -ELGG 1.x UPGRADE INSTRUCTIONS + +ELGG UPGRADE INSTRUCTIONS  1. Download the new version of Elgg from elgg.org or a mirror. -2. Delete your existing elgg files (apart from any files which you have modified - settings.php, custom plugins etc) -3. Visit http://YOUR.ELGG.SITE/upgrade.php +2. Overwrite your existing Elgg files. Any modifications should +   have been written within plugins, so that they are not lost +   on overwriting. If this is not the case, take care to +   maintain your modifications, although Elgg is not guaranteed +   to work correctly in this instance.  + +3. Visit http://your-elgg-site-URL/upgrade.php
\ No newline at end of file  | 
