CIBox is a short name for Continuous Integration company operations toolbox.
- Continuous Integration Server that automatically generates builds for every commit in a Pull Request on GitHub (private repositories supported).
- Configured and optimized Vagrant instance with set of modern tools.
- Multi CMS/CMF support that allows create project from scratch in seconds.
- CI platform to run different test suites.
- Add your host and GitHub credentials to the
config.yml
file. ./provision.sh
./repository.sh
cd FRESH_REPOSITORY
Full CIbox documentation is available at http://cibox.readthedocs.org
On your host machine you should have the following software:
Name | Version |
---|---|
Vagrant | 1.6+ |
Ansible | 1.7+ (2.x not supported yet) |
VirtualBox | 4.0+ |
CIBox fully supports Ubuntu 14.04 LTS 64bit as CI server operation system.
Provisioner | Repository builder | Vagrant | Documentation |
---|---|---|---|
Want to hack on CIBox? Awesome! We have instructions to help you get started contributing code or documentation.
These instructions are probably not perfect, please let us know if anything feels wrong or incomplete. Better yet, submit a PR and improve them yourself.