diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-13 14:38:04 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-13 14:38:04 +0000 |
commit | 3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d (patch) | |
tree | 9e1c866c7fd962378daa65e565a887284133128e /upgrade.txt | |
parent | e44a7e37b6c7b5961adaffc62b9042b8d442938e (diff) | |
download | semanticscuttle-3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d.tar.gz semanticscuttle-3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d.tar.bz2 |
Bug fix: correct artviper for identification [Config modified]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@152 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'upgrade.txt')
-rw-r--r-- | upgrade.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/upgrade.txt b/upgrade.txt index 2677fcd..6b54428 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -1,5 +1,17 @@ ==== UPGRADE instructions ==== +=== From version 0.89 to 0.90 === +- Backup you database +- Make a copy from your SemanticScuttle Web directory +- Upgrade your database by following instructions ONE after ONE (order is important) : + +- Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example +# add these lines under $enableWebsiteThumbnails = false; # enableWebsiteThumbnails {true|false}: +$thumbnailsUserId = ''; +$thumbnailsKey = ''; + + + === From version 0.88 to 0.89 === - Backup you database - Make a copy from your SemanticScuttle Web directory |