source: other-projects/meddle/trunk/SETUP.bash@ 31608

Last change on this file since 31608 was 31608, checked in by davidb, 7 years ago

Scripts to setup and install code in web area

File size: 234 bytes
Line 
1
2export MEDDLE_HOME=`pwd`
3echo "Set MEDDLE_HOME: $MEDDLE_HOME"
4
5export MEDDLE_WEBDIR=/var/www/html/meddle
6echo "Set MEDDLE_WEBDIR: $MEDDLE_WEBDIR"
7
8export MEDDLE_CGIDIR=/usr/lib/cgi-bin/meddle
9echo "Set MEDDLE_CGIDIR: $MEDDLE_CGIDIR"
Note: See TracBrowser for help on using the repository browser.