canmove, Confirmed users
1,173
edits
(Created page with '[https://wiki.mozilla.org/Labs/Weave/Sync/1.0/Setup Setting up Weave Sync] '''It is strongly recommended that you use the [[http://tobyelliott.wordpress.com/2009/09/11/weave-min…') |
No edit summary |
||
Line 17: | Line 17: | ||
<pre> | <pre> | ||
Alias /user/1 <full path to weave directory>/ | Alias /user/1 <full path to weave directory>/weaveserver-registration/1.0/index.php | ||
</pre> | </pre> | ||
3) Copy | 3) Copy weaveserver-registration/1.0/weave_user_constants.php.dist to weave_user_constants.php and edit it as described below. | ||
== Setting up Weave Authentication == | == Setting up Weave Authentication == | ||
Line 26: | Line 26: | ||
In weave_user_constants.php | In weave_user_constants.php | ||
<pre> | <pre> | ||
define('WEAVE_AUTH_ENGINE', '[mysql| | define('WEAVE_AUTH_ENGINE', '[mysql|mozilla]'); | ||
</pre> | </pre> | ||