summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.
+