source: gs2-extensions/diva/trunk/src/start.sh@ 30202

Last change on this file since 30202 was 30202, checked in by davidb, 9 years ago

Zach's image viewer extension for Greenstone using diva from McGill University

File size: 256 bytes
Line 
1if [ -f "./installed/cmdline/fcgi/iipsrv.fcgi" ] ; then
2 echo "** Starting IIPSrv at 127.0.01:6667"
3 ./installed/cmdline/fcgi/iipsrv.fcgi --bind 127.0.0.1:6667
4else
5 echo "** Please build the Diva.js extension for Greenstone before running start.sh"
6fi
Note: See TracBrowser for help on using the repository browser.