InstallationΒΆ

Check out code from the malleefowl github repo and start the installation:

$ git clone https://github.com/bird-house/malleefowl.git
$ cd malleefowl
$ make clean install

For other install options run make help and read the documention of the Makefile. All installation files are going by default into the folder ~/birdhouse.

After successful installation you need to start the services:

$ make start   # starts supervisor services
$ make status  # show supervisor status

The depolyed WPS service is available at:

http://localhost:8091/wps?service=WPS&version=1.0.0&request=GetCapabilities.

Check the log files for errors:

$ tail -f  ~/birdhouse/var/log/pywps/malleefowl.log
$ tail -f  ~/birdhouse/var/log/supervisor/malleefowl.log