Fix ticket #2829: we have more subdirs to pull than just avatars now; updated the upgrade directions.

This commit is contained in:
Brion Vibber 2010-10-14 16:57:04 -07:00
parent a2090ecc97
commit 793ec16ed4
1 changed files with 3 additions and 2 deletions

5
README
View File

@ -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