Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
*Step 3:*
Create a folder called {{c:\pywps\pywps_processes}} and add the file '{{default.cfg'}} (from '{{c:\pywps\pywps'}}), if you like you can insert your own information in the file. DoHowever, do not forget to set the correct path for '{{tempPath'}} and '{{outputPath'}} under \[server\] section. Set '{{processesPath'}} to '{{c:/pywps/python_processes'}} (the path slashes should conform python conve3ntions, which happens to be the linux convention, and not the windows conventions).

Step 4:
Navigate to the Apache folder. In this folder you find a sub folder called 'cgi-bin', create a file called 'pywps.cgi' in this folder and insert the following code in it, after checking the python path (and correcting it, so, for example if you have Python2.7 installed, the first line should be #!c:\python27\python.exe):

...