- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/integrity/integrity
- 软件文档: http://integrity.github.io/
软件介绍
Integrity 是 Ruby 开发的持续集成服务器。
要求:
-
Ruby >= 1.8.7 (1.8.7, 1.9.2, 1.9.3 and 2.0.0 should work)
-
RubyGems >= 1.3.5
-
git >= 1.6
安装依赖:
$ gem install bundler $ git clone git://github.com/integrity/integrity $ cd integrity $ git checkout -b deploy v26 $ bundle install $ bundle exec rake db
配置:
Integrity.configure do |c| c.database = "sqlite3:integrity.db" c.directory = "builds" c.base_url = "http://ci.example.org" c.log = "integrity.log" c.builder = :threaded, 5 c.build_all = true c.project_default_build_count = 10 end
Advanced Web Metrics with Google Analytics, 2nd Edition
Brian Clifton / Sybex / 2010-3-15 / USD 39.99
Valuable tips and tricks for using the latest version of Google Analytics Packed with insider tips and tricks, this how-to guide is fully revised to cover the latest version of Google Analytics and sh......一起来看看 《Advanced Web Metrics with Google Analytics, 2nd Edition》 这本书的介绍吧!
