Skip to content

VirtualBox Image

SaitoWu edited this page Feb 7, 2012 · 7 revisions

You can download VirtualBox Image with ubuntu server & gitlab deployed

Download here : http://115.com/file/e7h0joq0

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

Login the machine:

$ vagrant ssh

restart and upgrade Gitlab Web Server:

./restart_and_upgarde_gitlabhq

visit the page:

http://33.33.33.10

GitLab Admin Login:

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

Enjoy it.

Clone this wiki locally