| CARVIEW |
Every repository with this icon (
Every repository with this icon (
Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install integrity-integrity
| Fork of foca/integrity | |
| Description: | The easy and fun Continuous Integration server |
| Homepage: | https://integrityapp.com |
| Clone URL: |
git://github.com/integrity/integrity.git
Give this clone URL to anyone.
git clone git://github.com/integrity/integrity.git
|
tree 5fa80069528a56d3b0c008b5ea9a0cac171444b1
parent d43b195ea83eaf063daec4a0f71fa0c4c2095705
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 17 09:45:05 -0700 2009 | Ignore tmp/ [sr] |
| |
CHANGES | Mon Apr 06 08:52:20 -0700 2009 | 0.1.9.3 release [sr] |
| |
README.md | Sun Apr 05 08:08:29 -0700 2009 | Remove setup tasks [#126] [sr] |
| |
Rakefile | Tue Apr 07 05:55:46 -0700 2009 | Fix ci task [sr] |
| |
bin/ | Mon Jan 05 23:45:16 -0800 2009 | Why wasn't the installer executable? [foca] |
| |
config/ | Sat Mar 21 16:17:36 -0700 2009 | Heroku install template cosmetics [sr] |
| |
integrity.gemspec | Mon Apr 06 08:52:20 -0700 2009 | 0.1.9.3 release [sr] |
| |
lib/ | Tue Apr 07 05:01:43 -0700 2009 | Various cosmetics [sr] |
| |
public/ | Sat Nov 08 17:00:01 -0800 2008 | Refactor the file structure to look more like a... [foca] |
| |
test/ | Tue Apr 07 07:38:24 -0700 2009 | Changing to extended block syntax. Signed-off-... [guilhermechapiewski] |
| |
views/ | Sun Apr 05 08:08:29 -0700 2009 | Get rid of deprecation code, except on Notifier... [sr] |
Integrity
Integrity is your friendly automated Continuous Integration server.
- See our website for documentation and a live demo
- Report bugs and submit features request on our Lighthouse account
- Join us on #integrity for ideas, help, patches or something
- Get the code on GitHub
Try it!
$ git clone git://github.com/foca/integrity.git
$ rake launch
# Navigate to <https://0.0.0.0:4567>
Run the test suite
- Ensure you have
gems.github.comin your gem sources:gem sources -a https://gems.github.com - Install the runtime and development dependencies:
gem build integrity.gemspec && gem install *.gem --development. - Run the test suite:
rake test
Thanks
Thanks to the fellowing people for their feedbacks, ideas and patches :
License
(The MIT License)
Copyright (c) 2008 Nicolás Sanguinetti, entp
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.







