This wiki introduces how to install our Gitlab server. The target server must be connected internet. ==Required software== before install Gitlab server, we will need to install vim and ssh etc. Personally, I like to upgrade to a newer version of ubuntu, but first I'll show you the instructions for a standard install. sudo apt-get update && sudo apt-get upgrade -y sudo apt-get install vim ssh htop tree ==Simple Installation method== ===Download=== url: https://www.gitlab.com/downloads/ wget https://downloads-packages.s3.amazonaws.com/gitlab_6.7.5-omnibus-1.ubuntu.12.04_amd64.deb ===install=== url: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md sudo dpkg -i gitlab_6.7.5-omnibus-1.ubuntu.12.04_amd64.deb ===configuration gitlab=== sudo gitlab-ctl reconfigure ==custom installation method== If you don't want to use "simple installation method", you can use this. please reference office: url: https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md ==sign in== After gitlab all configuration is finished, enter IP in the web browse address bar user: admin@local.host or root passwd: 5iveL!fe