Project

altria

0.05
Repository is archived
No commit activity in last 3 years
No release in over 3 years
I am altria.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Altria Build Status Code Climate Coverage Status

Altria is a casual CI server, implemented with Ruby on Rails and some middlewares.

  • rails4: notify build start/finish events via live streaming
  • clockwork: cron scheduler
  • foreman: process manager
  • mysql: store jobs & builds
  • resque: background worker using redis
  • jquery: ajax updated view
  • redis: build started/finished notification by pubsub system
  • autodoc: generate API documents from request-specs

Usage

# setup
git clone git@github.com:r7kamura/altria.git
cd altria
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:migrate RAILS_ENV=test

# testing
bundle exec rspec

# documentation
bundle exec rspec AUTODOC=1

# start-up services
bundle exec foreman start

Plugins

# Put your favorite plugin gems into Gemfile.local
gem "altria-authentication", git: "git@github.com:r7kamura/altria-authentication.git"
gem "altria-git", git: "git@github.com:r7kamura/altria-git.git"
gem "altria-simple_cov", git: "git@github.com:r7kamura/altria-simple_cov.git"
gem "altria-pipeline", git: "git@github.com:r7kamura/altria-pipeline.git"
gem "altria-processing_time", git: "git@github.com:r7kamura/altria-processing_time.git"