summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-03-17 00:01:25 +0000
committerdakkar <dakkar@thenautilus.net>2011-03-17 00:01:25 +0000
commitabd38899f6f1fcf7c8f16eb83356c8ce1070cf71 (patch)
tree1374fd9507ef1d0a5bb77b82c6d3846b9170b79e /README
downloadweave-minimal-abd38899f6f1fcf7c8f16eb83356c8ce1070cf71.tar.gz
weave-minimal-abd38899f6f1fcf7c8f16eb83356c8ce1070cf71.tar.bz2
weave-minimal-abd38899f6f1fcf7c8f16eb83356c8ce1070cf71.zip
import from http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
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 /<path to this folder>/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://<your servername>/weave/
+
+You can run it under http, but this is insecure and not recommended.
+