diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-10 17:56:53 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-10 17:56:53 +0000 |
commit | 34ff0bdd39dbd73a97e57b64744e1e3fa06d3ace (patch) | |
tree | 61dcce75d8908b332c2b002a472053ed732c668e /doc | |
parent | 807df0a7249133dbf153d0243e471281d6c82ae4 (diff) | |
download | semanticscuttle-34ff0bdd39dbd73a97e57b64744e1e3fa06d3ace.tar.gz semanticscuttle-34ff0bdd39dbd73a97e57b64744e1e3fa06d3ace.tar.bz2 |
explain we cannot really run SS in a subdirectory and remove root option from dist config
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@539 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/UPGRADE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/UPGRADE.txt b/doc/UPGRADE.txt index 4891ba1..1aec5f4 100644 --- a/doc/UPGRADE.txt +++ b/doc/UPGRADE.txt @@ -8,6 +8,11 @@ to previous versions. We recommend that you start with a fresh installation, just copying over your config.php file. Set your web server document root directory to www/. +Yes, we kind of lost the ability to run SemanticScuttle +in a subdirectory of a hostname. This functionality will +be back in one of the next releases, but for now, you have +to live with it. + Update your database: - ALTER TABLE `sc_bookmarks` ADD `bVoting` INT NOT NULL; - ALTER TABLE `sc_bookmarks` ADD `bVotes` INT NOT NULL; |