1) grab http://people.mozilla.com/~telliott/weave_minimal.tgz and do a
fresh install. Ick. That's way too much hassle.
2) grab http://people.mozilla.com/~telliott/weave_minimal.tgz, untar
it somewhere and replace the index.php file in your weave_minimal
folder.
3) Go to your current install and change index.php line 119 from
if ($version != '0.5')
to
if ($version != '0.5' && $version != '1.0')
Yeah, it really is that straightforward. And it's backwards compatible!
Working on documentation for the full server install. Unfortunately,
that one is a lot more complicated, especially if you're using mysql.
Toby