
#1 follow instructions in /var/www/groovix/common/install.txt

#2  make sure you have a web server and php support installed
for example:
apt-get install lighttpd php5-cgi
lighty-enable-mod fastcgi 
lighty-enable-mod fastcgi-php
service lighttpd force-reload
#or
apt-get install libapache2-mod-php5 php5 php5-mysql

#make sure files in the gnc dir aren't interpreted
        <Directory /var/www/groovix/gnc/updates/>
                #just treat anything in here as a raw file
                RemoveHandler .html .php .py .pl
        </Directory>



#3 run /var/www/groovix/gnc/install.bash
