summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index f103fa3..c505b04 100644
--- a/README
+++ b/README
@@ -6,9 +6,11 @@ SERVER SETUP
Add the following line to your apache config:
-Alias /weave /<path to this folder>/index.php
+ Alias /1.0 /<path to this folder>/index.php/1.0
+ Alias /user/1.0 /<path to this folder>/index.php/1.0
+ Alias /0.5 /<path to this folder>/index.php/0.5
-Restart your apache server. Point your browser at https://localhost/weave/1.0/blah/info/collection.
+Restart your apache server. Point your browser at https://localhost/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.
@@ -17,7 +19,7 @@ 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/
+in about.config, set extensions.weave.serverURL to https://<your servername>/
You can run it under http, but this is insecure and not recommended.