From abd38899f6f1fcf7c8f16eb83356c8ce1070cf71 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 17 Mar 2011 00:01:25 +0000 Subject: import from http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/ --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..4c3a9f4 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +SERVER SETUP + +Add the following line to your apache config: + +Alias /weave //index.php + +Restart your apache server. Point your browser at https://localhost/weave/1.0/blah/info/collection. +Enter "blah" for the username and garbage for the pwd. Auth will fail, but it will +create the db (you can cancel the subsequent request for auth). You should now see a file +called weave_db in the directory. + +You can create and delete users by running the create_user script. + +CLIENT SETUP + +in about.config, set extensions.weave.serverURL to https:///weave/ + +You can run it under http, but this is insecure and not recommended. + -- cgit v1.2.3