source: extensions/gsdl-video/trunk/START-VIDEO-SERVER.sh.OBSOLETE@ 18953

Last change on this file since 18953 was 18944, checked in by davidb, 15 years ago

Shifting from using lighttpd to mod_flvx to Apache, so no longer need START-VIDEO-SERVER.sh

File size: 350 bytes
Line 
1#!/bin/bash
2
3if [ "x$GEXTVIDEO" = "x" ] ; then
4 echo "Video extension environment variable GEXTVIDEO not set."
5 echo "Have you sourced the extension's setup file, e.g. setup.bash?"
6 exit
7fi
8
9echo "Starting Lighttpd: $GEXT_VIDEO_SERVER$GEXT_VIDEO_PREFIX"
10
11$GEXTVIDEO_INSTALLED/server/sbin/lighttpd -f $GEXTVIDEO_INSTALLED/server/conf/lighttpd.conf
Note: See TracBrowser for help on using the repository browser.