X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FGitalist.pm;h=88fc95b7b2b8c76f85bf62af2e6df400c4fcfc5d;hb=6a60e359eec4305672bd004fe112df790f8a0033;hp=f213df2d1662daaedfaff720b1ca5efec63bca24;hpb=6ee49ff42fe33b5de79d1bd83f8621da1334cf0a;p=catagits%2FGitalist.git diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index f213df2..88fc95b 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -14,7 +14,7 @@ use Catalyst qw/ SubRequest /; -our $VERSION = '0.000006'; +our $VERSION = '0.001004'; $VERSION = eval $VERSION; __PACKAGE__->config( @@ -139,7 +139,7 @@ by running: cp `perl -Ilib -MGitalist -e'print Gitalist->path_to("gitalist.conf")'` gitalist.conf -You can then edit this confg, adding a repos_dir path and customising other settings as desired. +You can then edit this confg, adding a repo_dir path and customising other settings as desired. You can then start the Gitalist demo server by setting C<< GITALIST_CONFIG >>. For example: @@ -147,13 +147,13 @@ You can then start the Gitalist demo server by setting C<< GITALIST_CONFIG >>. F Alternatively, if you only want to set a repository directory and are otherwise happy with the default configuration, then you can set the C<< GITALIST_REPO_DIR >> environment -variable, or pass the C<< --repos_dir >> flag to any of the scripts. +variable, or pass the C<< --repo_dir >> flag to any of the scripts. GITALIST_REPO_DIR=/home/myuser/code/git gitalist_server.pl - gitalist_server.pl --repos_dir home/myuser/code/git + gitalist_server.pl --repo_dir home/myuser/code/git The C<< GITALIST_REPO_DIR >> environment variable will override the repository directory set -in configuration, and will itself be overridden by he C<< --repos_dir >> flag. +in configuration, and will itself be overridden by he C<< --repo_dir >> flag. =head1 RUNNING