文章标签 ‘CodeBeamer’
CodeBeamer+Git的整合有以下好处 利用CodeBeamer的Managed Git Repository来管理稳定的 source code版本.虽然团队成员有各自修改的branch, 但最终还是要push到CodeBeamer的Managed Repository CodeBeamer的Managed Repository方便建立与维护, 例如 Repository可透过CodeBeamer Web接口来建立 使用者账号管理, 透过CodeBeamer来管理使用者的ssh public key E-Mail通知管理 Source code change set与Issue的整合 Baseline/Release tag与source code的关联容易. 下载CodeBeamer http://www.intland.com/products/download.html 安装Git http://progit.org/book/zh/ch1-4.html 安装CodeBeamer http://cbchina.esast.com/cb/wiki/9375 安装CodeBeamer需要特定的CodeBeamer账号 $ adduser codebeamer $ su – codebeamer 赋予文件执行的权限 $chmod a+x ./CB-x.x-linux.bin $sh ./CB-x.x-linux.bin 启动CodeBeamer $/installdir/bin/startup 停止CodeBeamer $/installdir/bin/stop 安装后需要注册https://codebeamer.com/cb/createUser.spr激活系统才能使用 接下来你可能会想到弄个项目试一试,参考这里 首先在CodeBeamer中新建账号,新建项目,为项目制定成员,设定权限,这些都很简单,自己找找就知道怎么做了 新建账号后在账号设定中添加你的public SSH-KEY,如果有问题请参考这里,特别是文件权限的设定。 另外请注意: [...]
