We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.