Ubuntu 12.04 Precise 64bits
- Created: Started: Duration: s
- 7-10-stable
- 489b4135ff284d4a9959a9840b1f2b6c8285ee3b
- 7.10.5
Installation instructions
wget -qO- https://dl.packager.io/srv/gitlabhq/gitlabhq/key | sudo apt-key add - sudo wget -O /etc/apt/sources.list.d/gitlabhq.list \ https://dl.packager.io/srv/gitlabhq/gitlabhq/7-10-stable/installer/ubuntu/12.04.repo sudo apt-get update sudo apt-get install gitlab-ce
Note: You might need to apt-get install wget apt-transport-https
for the above instructions to work.
More details can be found at https://github.com/gitlabhq/gitlab-recipes/tree/master/install/pkgr .