X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=777eb21deef7a0ef3ca469e8921b9edec82f008f;hb=c7d034f81a1618e4f73dd2d332f440a9d787ffc7;hp=2de1bfa6aae8027736c10c00ced05a3e93539390;hpb=3d0e045e069408c4bbca13ed43e46daf0e1966ec;p=catagits%2FGitalist.git diff --git a/README b/README index 2de1bfa..777eb21 100644 --- 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