diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-06-12 12:57:07 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-06-12 12:57:07 +0000 |
commit | f619ee64ac9ee9bacf1cf50a4102dad854c6a7f1 (patch) | |
tree | bf59cf41534afb2ed45e34530587a8d398da82ed | |
parent | 5f4f2766ea7607b9cf1535e6bbfe2bedfdac8701 (diff) | |
download | semanticscuttle-f619ee64ac9ee9bacf1cf50a4102dad854c6a7f1.tar.gz semanticscuttle-f619ee64ac9ee9bacf1cf50a4102dad854c6a7f1.tar.bz2 |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@137 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | upgrade.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upgrade.txt b/upgrade.txt index 163fce7..2677fcd 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -3,7 +3,7 @@ === From version 0.88 to 0.89 === - Backup you database - Make a copy from your SemanticScuttle Web directory -- Upgrade your database : +- Upgrade your database by following instructions ONE after ONE (order is important) : * change the table called 'sc_tags' into 'sc_bookmarks2tags' by executing the following SQL commands (after changing 'yourdatabasename' and adapting its name prefix 'sc_' to your convenience): @@ -33,11 +33,11 @@ ); - Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example - - add line: + # add line: $sizeSearchHistory = 10; - - add sidebar block index line: + # add sidebar block index line: $index_sidebar_blocks = array('search','menu','users','popular'); - - add line: + # add line: $enableGoogleCustomSearch = true; |