diff --git a/doc/http-backend.mkd b/doc/http-backend.mkd index 3e55097..c1ed32f 100644 --- a/doc/http-backend.mkd +++ b/doc/http-backend.mkd @@ -80,14 +80,14 @@ following variations when doing this as root: GITOLITE_HTTP_HOME=/var/www/gitolite-home PATH=$PATH:$GITOLITE_HTTP_HOME/bin - * now run the first 3 install steps for "non-root" method (clone, mkdir, and - gl-system-install), but **substitute** `GITOLITE_HTTP_HOME` in place of - `HOME` in the mkdir and gl-system-install steps. - - **Do NOT run the gl-setup step yet**. + * now run the following commands. These are really the first 3 steps of the + "non-root" install (clone, mkdir, and gl-system-install), **except** you + substitute `GITOLITE_HTTP_HOME` in place of `HOME`. Note that you do NOT + run the gl-setup step yet. cd gitolite-home git clone /tmp/gitolite.git gitolite-source + # or wherever your local clone is, or directly from git://github.com/sitaramc/gitolite cd gitolite-source GHH=$GITOLITE_HTTP_HOME # just for convenience in next 2 commands @@ -98,7 +98,7 @@ following variations when doing this as root: /var/www/gitolite-home/share/gitolite/conf/example.gitolite.rc $ENV{GIT_HTTP_BACKEND} = "/usr/libexec/git-core/git-http-backend"; - # or wherever you have that file; not NO trailing slash + # or wherever you have that file; note: NO trailing slash $ENV{PATH} .= ":$ENV{GITOLITE_HTTP_HOME}/bin"; # note the ".=" here, not "="