Linux Gitlab and linuxgitlab

Source: Internet
Author: User

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/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.