layout
This commit is contained in:
parent
a6633f857b
commit
9e3783f8fe
1 changed files with 13 additions and 7 deletions
|
@ -20,18 +20,24 @@ gitolite installation, just with different paths.
|
||||||
|
|
||||||
1. Set `$GL_ADC_PATH` in `.gitolite.rc`, if you have not already done so.
|
1. Set `$GL_ADC_PATH` in `.gitolite.rc`, if you have not already done so.
|
||||||
|
|
||||||
echo '$GL_ADC_PATH = "/usr/local/lib/gitolite/adc/;' >>~gitolite/.gitolite.rc
|
<pre>
|
||||||
|
echo '$GL_ADC_PATH = "/usr/local/lib/gitolite/adc/;' >>~gitolite/.gitolite.rc
|
||||||
|
</pre>
|
||||||
|
|
||||||
2. Make the ADC directory, and a "ua" subdirectory.
|
2. Make the ADC directory, and a "ua" subdirectory.
|
||||||
|
|
||||||
mkdir -p /usr/local/lib/gitolite/adc/ua
|
<pre>
|
||||||
|
mkdir -p /usr/local/lib/gitolite/adc/ua
|
||||||
|
</pre>
|
||||||
|
|
||||||
3. Install the git-annex-shell ADC into the "ua" subdirectory and make it
|
3. Install the git-annex-shell ADC into the "ua" subdirectory and make it
|
||||||
executable.
|
executable.
|
||||||
|
|
||||||
cd /usr/local/lib/gitolite/adc/ua/
|
<pre>
|
||||||
wget https://raw.github.com/sitaramc/gitolite/pu/contrib/adc/git-annex-shell
|
cd /usr/local/lib/gitolite/adc/ua/
|
||||||
chmod +x git-annex-shell
|
wget https://raw.github.com/sitaramc/gitolite/pu/contrib/adc/git-annex-shell
|
||||||
|
chmod +x git-annex-shell
|
||||||
|
</pre>
|
||||||
|
|
||||||
4. Now all gitolite repositories can be used with git-annex just as any
|
4. Now all gitolite repositories can be used with git-annex just as any
|
||||||
ssh remote normally would be used. For example:
|
ssh remote normally would be used. For example:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue