Skip to content
SaitoWu edited this page Feb 7, 2012 · 5 revisions

You can download VirtualBox Image with ubuntu server & gitlab deployed

Download here : http://minus.com/m55CpmY6C

Access virtual machine with vagrant:

$ vagrant box add gitlab /path/to/the/GITLAB-UBUNTU-SERVER-10.04-I386.box
$ vagrant init gitlab
$ vagrant up

Vagrant file:

Vagrant::Config.run do |config|
  config.vm.box = "gitlab"
  config.vm.network :hostonly, "33.33.33.10"
end

Machine Login:

$ vagrant ssh

Restart and upgrade Gitlab Web Server:

./restart_and_upgarde_gitlabhq

Visit the gitlab homepage:

http://33.33.33.10

GitLab Admin Login:

user: [email protected]
pass: 5iveL!fe

Enjoy it.