#!/usr/bin/env python #!/usr/bin/python #!/usr/local/bin/python #Try this or some other first line if above doesn't work #Copyright Olaf Kayser 2006-8 (Open Source/GNU Affero General Public License) # This is a CGI-program (install.py) in the QuizComposer system # to be executed from a companion HTML-page (install.htm). These # two pieces of software can, when properly placed on your Web # server and properly modified, be used to install the QuizComposer system. # The introductory comments in install.htm should be read before these # comments. # The file install.htm must be placed into your DocumentRoot directory, # where the primary pages of your Web server, e.g. the file index.html, # are normally placed. # Having placed install.htm set its access rights, check that # it is accessible by pointing your browser to # http://your-domain/install.htm, where your-domain normally might # be localhost or have the format www.abc.xy or www.abc.xy/~def, # depending on the configuration of your server. # Secondly, make the change of the ACTION parameter in the