Fix broken env includes in script/gitalist*.pl.
[catagits/Gitalist.git] / README
diff --git a/README b/README
index 2de1bfa..777eb21 100644 (file)
--- a/README
+++ b/README
@@ -46,6 +46,28 @@ GETTING GITALIST
     Gitalist is also mirrored to github, and a number of people have active
     forks with branches and/or new features in the master branch.
 
+BOOTSTRAPPING
+    As of 0.002001 Gitalist can now be bootstrapped to run out of its own
+    directory by installing its prerequisites locally with the help of
+    local::lib. So instead of installing the prerequisites to the system
+    path with CPAN they are installed under the Gitalist directory.
+
+    To do this clone Gitalist from the Shadowcat repository mentioned above
+    or grab a snapshot from broquaint's github repository:
+
+        http://github.com/broquaint/Gitalist/downloads
+
+    With the source acquired and unpacked run the following from within the
+    Gitalist directory:
+
+        perl script/bootstrap.pl
+
+    This will install the necessary modules for the build process which in
+    turn installs the prerequisites locally.
+
+    *NB* The relevant bootstrap scripts aren't available in the CPAN dist as
+    the bootstrap scripts should not be installed.
+
 INITIAL CONFIGURATION
     Gitalist is configured using Catalyst::Plugin::Configloader. The
     supplied sample configuration is in Config::General format, however it
@@ -108,12 +130,11 @@ RUNNING
     ".gitignore" so you can have your own copy):
 
         #!/bin/sh
-        export PERL5LIB=/home/t0m/public_html/Gitalist/lib:/home/t0m/perl5/lib/perl5:$PERL5LIB
         exec /home/t0m/public_html/Gitalist/script/gitalist_fastcgi.pl
 
     This example can be seen live here:
 
-        http://goatse.co.uk/~bobtfish/Gitalist/script/gitalist.fcgi/
+        http://example.gitalist.com
 
 CONTRIBUTING
     Patches are welcome, please feel free to fork on github and send pull