We make extensive use of gitolite, both for code management and to host private SparkleShare repositories. I'm looking at building a FreeNAS storage machine, and got to thinking that it runs bsd, has ssh, and therefore should theoretically have all it needs to run gitolite. Has anyone tried this? Is there any reason it shouldn't work?
Asked
Active
Viewed 850 times
2 Answers
1
Even if it is possible I would not do this. Try have a VM for each service. This will help you later when you will need to migrate or upgrade the services.

Mircea Vutcovici
- 17,619
- 4
- 56
- 83
-
Are you suggesting that gitolite be on a VM somewhere else on the network, and then set up its home directory on nfs or something similar? – Bryan Agee May 01 '12 at 18:57
-
The whole idea is that freeNAS can handle the physical storage, and gitolite would manage revisioning and permissions. – Bryan Agee May 01 '12 at 18:58
-
Depends on the expected load. If flexibility is more important, then gitolite should be a VM. If you need speed may be gitolite should be a stand alone server with a local storage. – Mircea Vutcovici May 01 '12 at 19:49
-
But when you decide what to do take in consideration how you are planning the upgrades for the NAS and for the gitolite. – Mircea Vutcovici May 01 '12 at 19:50
0
It looks like even if this was possible, it would be to complicated to be worth it.

Bryan Agee
- 1,209
- 2
- 11
- 27