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

Visit this site to get a account, and sign in:

http://www.bugmenot.com/view/115.com

Click the white button to download:

download

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 gitlab homepage:

http://33.33.33.10

GitLab Admin Login:

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

Enjoy it.

Clone this wiki locally