From 04de87c5ec89fd058046ac0356de96c452f5d856 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 17 Mar 2011 00:16:30 +0000 Subject: prefixless installation instruction --- README | 8 +++++--- 1 file 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 //index.php + Alias /1.0 //index.php/1.0 + Alias /user/1.0 //index.php/1.0 + Alias /0.5 //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:///weave/ +in about.config, set extensions.weave.serverURL to https:/// You can run it under http, but this is insecure and not recommended. -- cgit v1.2.3