summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-14 16:57:04 -0700
committerBrion Vibber <brion@pobox.com>2010-10-14 16:57:04 -0700
commit793ec16ed4a8cacee6420629a02d3bf26344f17d (patch)
tree218e57a02ef0b26c3b8477255f1dd4b9ab5ce1fc /README
parenta2090ecc97f93894ba6f833acde5f44058988510 (diff)
Fix ticket #2829: we have more subdirs to pull than just avatars now; updated the upgrade directions.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 6b351f143..e3748293f 100644
--- a/README
+++ b/README
@@ -683,8 +683,9 @@ instructions; read to the end first before trying them.
6. Move your StatusNet directory to a backup spot, like "statusnet.bak".
7. Unpack your StatusNet 0.9.5 tarball and move it to "statusnet" or
wherever your code used to be.
-8. Copy the config.php file and avatar directory from your old
- directory to your new directory.
+8. Copy the config.php file and the contents of the avatar/, background/,
+ file/, and local/ subdirectories from your old directory to your new
+ directory.
9. Copy htaccess.sample to .htaccess in the new directory. Change the
RewriteBase to use the correct path.
10. Rebuild the database. (You can safely skip this step and go to #12