diff options
Diffstat (limited to 'upgrade.txt')
-rw-r--r-- | upgrade.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/upgrade.txt b/upgrade.txt index b729503..093d171 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -1,5 +1,12 @@ ==== UPGRADE instructions ==== +=== From version 0.91 to 0.92 === +- Backup you database +- Make a copy from your SemanticScuttle Web directory +- Upgrade your database by following instructions ONE after ONE (order is important) : +* NO CHANGE +- Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example +* Add variable : $descriptionAnchors = array("author", "isbn", "address"=>"[address][street][/street][city][/city][/address]"); #add a possible anchor (structured content) for bookmarks' description field === From version 0.90 to 0.91 === - Backup you database |