summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-03-17 00:16:30 +0000
committerdakkar <dakkar@thenautilus.net>2011-03-17 00:16:30 +0000
commit04de87c5ec89fd058046ac0356de96c452f5d856 (patch)
treef56811a82d4f9e2c9cb584700ae5688b8f5567a9
parentclarify origin (diff)
downloadweave-minimal-04de87c5ec89fd058046ac0356de96c452f5d856.tar.gz
weave-minimal-04de87c5ec89fd058046ac0356de96c452f5d856.tar.bz2
weave-minimal-04de87c5ec89fd058046ac0356de96c452f5d856.zip
prefixless installation instruction
-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.