This will become an automated CI service for Inch.
Inch CI
is a basic Rails app that requires Sidekiq for its background-workers.
Fork the project, clone it and then execute:
$ bundle install
As in every Rails app, you have to configure your database via config/database.yml
. Optionally, you can add a valid GitHub access token to config/access_tokens.yml
(sample files are present in config/
).
After configuring the above, you can seed the database using rake db:seed
. This will download the _projects.yml file from the old Inch Pages project and seed the first 5 projects into your database (if you want to add more projects, use COUNT=X rake db:seed
, where X
is the desired number)
- Fork it!
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
René Föhring (@rrrene)
Inch CI takes a lot of inspiration from the existing CI services, most notably Travis and Code Climate, which helped me improve my code long before I had the idea for Inch.
Inch is released under the MIT License. See the LICENSE.txt file for further details.