GitLab簡介
簡言之,gitlab就是山寨的github,但gitlab是開源的,而且github是死命的貴,所以對于中小企業來說gitlab真心
是不錯的選擇。
環境
ubuntu 14.04
具體步驟
URl:https://about.gitlab.com/downloads/
wget https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.0.0-omnibus-1_amd64.deb
sudo apt-get install openssh-server
sudo apt-get install postfix # Select 'Internet Site', using sendmail or exim is also OK
sudo dpkg -i gitlab_7.0.0-omnibus-1_amd64.deb
//Edit the configuration file to add your hostname
sudo edit /etc/gitlab/gitlab.rb
//Install and start GitLab
sudo gitlab-ctl reconfigure
//Browse to the hostname and login
//Username: root
//Password: 5iveL!fe
之所以發此文,是想說一下,真的比之前要簡單的多得多了,記得之前各種麻煩,各種安裝,現在有點一步登天的感覺。