gitlab 6.2-stable;Ubuntu 13.10;ruby 2.0.0推荐使用PostgreSQL,MySQL不同版本可能碰到兼容性问题(www.oschina.net/question/82993_84763)ruby安装推荐使用rvm(ruby-china.org/wiki/inst...
分类:
其他好文 时间:
2015-09-12 11:59:12
阅读次数:
163
安装基本系统与依赖包安装 Gitlab 依赖的工具yum -y updateyum -y groupinstall 'Development Tools'yum -y install readline readline-devel ncurses-devel gdbm-devel glibc-dev...
分类:
其他好文 时间:
2015-09-11 12:05:31
阅读次数:
221
GitLab是利用 Ruby on Rails 一个开源的版本管理系统,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。它拥有与Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一个文件历史库。团队成员可以....
分类:
其他好文 时间:
2015-09-10 18:58:57
阅读次数:
147
一.环境系统CentOS6.4x64二.安装依赖包#添加epel源
[root@gitlab-ci~]#rpm-ivhhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
[root@gitlab-ci~]#sed-i‘s@#b@b@g‘/etc/yum.repos.d/epel.repo
[root@gitlab-ci~]#sed-i‘s@mirrorlist@#mirrorlist@g..
分类:
其他好文 时间:
2015-09-09 19:40:56
阅读次数:
369
下载地址https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-ce-7.10.4~omnibus-1.x86_64.rpmhttps://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.3.tar.gz安装直接configure;make;makeinstall此处略或者参考官方https://about.gitlab.com/downloads/#centos62.
分类:
其他好文 时间:
2015-09-08 23:41:51
阅读次数:
249
团队协同工具(worktil):https://worktile.com/版本管理工具(GitLab):http://www.tuicool.com/articles/bEz6Vf 配置教程:http://www.cnblogs.com/wintersun/p/3930900.html自动化构建工具...
分类:
编程语言 时间:
2015-09-05 09:48:39
阅读次数:
167
背景:gitlab.com通过bitbucket.org的账号授权登录,找不到密码
gitlab.com项目的输入密码报错,无赖在gitlab.com重新注册账号
通过sourcetree https://gitlab.com/xxx/xxx.git授权无法登录,,,,在https://[新的用户名+@]gitlab.com/xxx/xxx.git:例如:https://usern...
分类:
其他好文 时间:
2015-08-30 14:24:15
阅读次数:
602
之前已经实现了Android的持续集成,并在项目中应用了一段时间。恰逢现在有几分钟时间,把之前的一些零散的点滴记录和整理一下,宫有需要的朋友参考,或后续复用。需要的准备知识:gitlab、Jenkins、各种plugins、shell等;另外,推荐一个seafiles,相当于云存储网盘,大家可以把构...
分类:
移动开发 时间:
2015-08-28 15:21:55
阅读次数:
216
官网环境要求参见:https://github.com/gitlabhq/gitlabhqGitLab is a Ruby on Rails application that runs on the following software:Ubuntu/Debian/CentOS/RHELRuby (...
分类:
其他好文 时间:
2015-08-25 15:42:57
阅读次数:
229
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
cat /Users/you/.ssh/id_rsa.pub, 将此公钥文件内容添加到gitlab的ssh中;
git config --global user.name "YOUR NAME"
git config --global user.email "YOUR EMAI...
分类:
其他好文 时间:
2015-08-16 02:09:26
阅读次数:
164