X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FGitalist.pm;h=36f7098a80dfe118aef2356e285792867021ca68;hb=ccb79ac83340c2c62cf6d9c08ca825e5b965f3e6;hp=13a50aee05960becd95acb59b2c4ffe25e8800d4;hpb=bfa60830b82e5fbe73e26f33076590c5d52bf951;p=catagits%2FGitalist.git diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index 13a50ae..36f7098 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -14,7 +14,7 @@ use Catalyst qw/ SubRequest /; -our $VERSION = '0.001008'; +our $VERSION = '0.002001_01'; $VERSION = eval $VERSION; __PACKAGE__->config( @@ -113,6 +113,26 @@ The canonical repository for the master branch is: Gitalist is also mirrored to github, and a number of people have active forks with branches and/or new features in the master branch. +=head1 BOOTSTRAPPING + +As of C<0.002001> Gitalist can now be bootstrapped to run out of its +own directory by installing its prerequisites locally with the help of +L. 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 download from CPAN or 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 + +This will install the necessary modules for the build process which in +turn installs the prerequisites locally. + =head1 INITIAL CONFIGURATION Gitalist is configured using L. The supplied sample