How to deploy Gitlab locally?
如何本地部署Gitlab服务?
I have a desktop computer in the laboratory and I hope to build a Gitlab service for 6-10 people to use together for code management. How should I operate it?
我在实验室有一个台式机,希望搭建一个Gitlab服务供6~10个人共同用来代码管理,我该如何操作?
My idea is to build Gitlab on a desktop computer, and then individual developers can directly access the Gitlab service on this desktop computer through IP to manage code.
我的想法是,在台式机上搭建起来Gitlab,然后个人开发者可以通过ip来直接访问这个台式机上的Gitlab服务,从而进行代码管理。
我看了一些教程,与我的需求最相似的是在自己的电脑上用虚拟机搭建Gitlab服务,然后在原本的系统上访问虚拟机上的Gitlab服务。