公告 GITLAB-UBUNTU-SERVER-10.04-I386.box has been released!

Saito · 2012年02月07日 · 最后由 Rei 回复于 2012年02月07日 · 4481 次阅读

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.

@Saito 这个是干嘛的?

一般都有网络吧。估计是在一些比较苛刻的公司自己搭建内部的 github 用。。。

哇哦,还做成房车了

#3 楼 @jinleileiking 一般公司很有可能都需要。有些大公司不放心把源码放在外部网站上,这个很正常的。所以需要在内部搭建一套自己的类 github 系统.github 其实也考虑到了所以推出了 github enterprise.但是价钱略贵。20seats/5000$/year. 用 gitlab 的话是免费的哦~

#4 楼 @Rei 看到很多人 gitolite,各种文件权限处理不对。各种 issue 纷至踏来..其实都不是 gitlab 的问题..另外这个东西其实开发人员也可以用。用 vagrant 同步 gitlabhq 源码目录到虚拟机里面。就可以直接开发了.开发环境的配套已经都好了。

我刚才把 115 网盘换成 minus 下载了。这里保存两个地址吧。115 下载大文件要注册。太悲剧了..

我也想在公司内部试用,目前是组长纯命令管理 gitolite。特别看中 gitlab 的 commit 评论功能。

用这个镜像能升级里面的 gitlabhq 吗?

#6 楼 @Rei 可以的。我在 vagrant 用户的 home 目录下放了一个restart_and_upgarde_gitlabhq文件。执行一次直接从 github 的源上git pull -rebase然后重启 thin.

想用稳定版直接把 gitlabhq 这个目录 co 到一个 stable 版本就好了。现在里面默认是 master branch,不是 stable 的。

里面是 nginx + thin 的,只想重启不升级还是看那个脚本.kill 掉 thin. 重启 thin cluster 就好了。

#7 楼 @Saito 3Q,原来顶楼有说看漏了

需要 登录 后方可回复, 如果你还没有账号请 注册新账号