Created
October 21, 2014 17:12
-
-
Save gravitano/034d364ec9a60f3912ce to your computer and use it in GitHub Desktop.
https://about.gitlab.com/downloads/ -> Ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.3.2-omnibus-1_amd64.deb | |
| sudo apt-get install openssh-server | |
| sudo apt-get install postfix # Select 'Internet Site', using sendmail instead also works, exim has problems | |
| sudo dpkg -i gitlab_7.3.2-omnibus-1_amd64.deb | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment