jeff1evesque / iScanner

Backend iOS, and Android logic for facial, and iris recognition
1 stars 0 forks source link

Install, and setup Travis using Puppet #28

Open jeff1evesque opened 9 years ago

jeff1evesque commented 9 years ago

After #4 has been resolved, we will implement Jenkins in order to perform automated unit testing.

Note: this issue corresponds to https://github.com/jeff1evesque/machine-learning/issues/204

jeff1evesque commented 9 years ago

We will create install_jenkins.pp in the manifest/ directory. This file will contain the rules to install, and configure jenkins.

jeff1evesque commented 9 years ago

We can install jenkins (on the guest VM) using the following command:

puppet module install rtyler-jenkins --modulepath /vagrant/puppet/modules

Note: we will implement the following directory structure:

jeff1evesque commented 9 years ago

We will change our direction to travis. Otherwise, we will be responsible for maintaining the infrastructure of the framework.