Usage

Observe is based on a small generic mechanism which permits to invoke commands.
Commands are specified in YAML command files, located in directory commands/.
A command file contains the specifications of one or more commands.
Observe is used through the CLI (command line interface = console), and takes 2 parameters :
php run-observe.php <command file> <command>
Ex:
php run-observe.php insee/a00 prepare
will execute the command prepare described in file commands/insee/a00.yml

Usage

To check that the program works, open a terminal, go to observe root directory and type :
php run-observe.php
WRONG USAGE - run-observes.php needs 2 arguments
-------                                                                                               
Usage : 
    php run-observe.php  
Example :
    php run-observe.php test/toto command1
-------
Possible values for argument1 : insee/a00, gauquelin/heredity
If a similar error message is displayed, it means that the installation was OK.