]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk...
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 12 Jun 2008 12:57:07 +0000 (12:57 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 12 Jun 2008 12:57:07 +0000 (12:57 +0000)
upgrade.txt

index 163fce79d4b4f4a987391b3b702e70e822837aca..2677fcd0a2a3b4982a181b1731fb7665add2fe75 100644 (file)
@@ -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):
        );
 
 - 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;