2016-09-30 16:21:29 +02:00
|
|
|
# Vigil Code Monitor
|
|
|
|
|
|
|
|
|
|
### Summary
|
|
|
|
|
|
|
|
|
|
Vigil shows a list of status reports for a given codebase, and keeps them
|
|
|
|
|
up to date as the codebase changes.
|
2015-12-26 20:52:39 +00:00
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
2016-09-27 13:30:08 +02:00
|
|
|
To run vigil: (Tested in Ubuntu 16.04 in gnome-terminal and stterm)
|
2015-12-26 20:52:39 +00:00
|
|
|
|
|
|
|
|
# git clone https://github.com/ahamilton/vigil
|
|
|
|
|
# cd vigil
|
|
|
|
|
# ./install-dependencies
|
|
|
|
|
# ./vigil <directory_path>
|
2016-02-19 09:42:55 +00:00
|
|
|
|
|
|
|
|
and to test its working properly:
|
|
|
|
|
|
|
|
|
|
# ./test-all
|