SismoFinder

A wrapper for locating Sismo project configuration.

View the Project on GitHub havvg/SismoFinder

Production usage

Step 1 is to download SismoFinder itself. The following commands will install SismoFinder under the /path/to/place/SismoFinder/ directory.

cd /path/to/place/
git clone https://github.com/havvg/SismoFinder.git

Step 2 is configuring SismoFinder

Step 3 is using SismoFinder

Running tests

In order to be able to run the tests, you only have to grab the submodules of SismoFinder.

cd /path/to/place/SismoFinder/
git submodule update --init --recursive

Run the tests by issuing the phpunit command.