ciwatch/doc/source/installation.rst
apoorvad 6f1fee7f2b Replacing legacy references of ci-watch to ciwatch
Change-Id: I20e216caf683f34e4d98e6f82d921bbe5a57f05e
2015-11-16 16:13:32 -08:00

503 B

Installation

At the command line:

$ pip install .

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv ciwatchenv
$ pip install .

Configuration is stored in the ciwatch.conf file. Importantly, you can specify a directory to store the third-party-ci.log file (data_dir) as well as the database to connect to. Look at ciwatch.conf.sample for an example.

Other settings should be self explanatory based on the provided configuration file.