Linux Gitlab and linuxgitlab
I. Introduction
GitLab uses Ruby on Rails as an open-source version management system to implement a self-hosted Git project repository. It can access public or private projects through the Web interface. It has similar functions as Github, allowing you to browse source code, manage defects, and annotate. Allows the management team to access the repository. It is easy to browse submitted versions and provides a file history library. Team members can use the built-in simple chat program (Wall) for communication. It also provides a code fragment collection function that allows you to easily reuse code and search for code as needed.
Ii. Installation
1) apt-get Method
Https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bashsudo apt-get install gitlab-cesudo gitlab-ctl reconfigure
2) deb package Mode
Wget https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/pool/trusty/main/g/gitlab-ce/gitlab-ce_8.3.4-ce.0_amd64.debdpkg-I gitlab-ce_8.3.4-ce.0_amd64.debsudo gitlab-ctl reconfigure
Reference: http://toutiao.com/a6240949482957111554/