Project management and code hosting application.
GitLab: http://gitlabhq.com
You can download VirtualBox Image with ubuntu server & gitlab deployed
Download here : http://115.com/file/e7h0joq0
or Download here : http://minus.com/m55CpmY6C [Recommend]
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.