mdsh.com/wiki


RecentChanges

TextFormattingRules
AllWikiTopics
OrphanedWikiTopics
ToDoWikiTopics
WikiLockList
RSS
Export2HTML

WikiSearch

SetUsername

StartingPoints
Home
gitolite @Dec 6, 2015 3:07:32 PM

How I installed gitolite on a RaspberryPi


Mount my git repositories

Install autofs
$ sudo  apt-get install autofs
Configure autofs to mount a share from a nas
$ sudo vim.tiny /etc/auto.misc
nas3.git        -fstype=nfs4,rw,soft,intr,nosuid,rsize=8192,wsize=8192,timeo=14,async,noatime nas3:/media/nas/git
Configure autofs to read auto.misc
$ sudo vim.tiny /etc/auto.master
/misc   /etc/auto.misc
Reload autofs (only needed because auto.master was changed)
$ sudo service autofs reload
Test
$ ls /misc/nas3.git


VeryQuickWiki Version 2.8.1 | Admin

All contents copyright mdsh.com (C) 2011-2023.