chrip/Vectorize-Gallery
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To run this code on your own apache you neede: - apache2 - mod_python - python-imaging - potrace Apache settings tested with Ubuntu 11.04. The git repo "Vectorize-Gallery" was cloned to "/home/ubuntu/". Adapted config file "/etc/apache2/sites-available/default": DocumentRoot /home/ubuntu/Vectorize-Gallery <Directory /home/ubuntu/Vectorize-Gallery/py> SetHandler mod_python PythonHandler mod_python.publisher PythonDebug On </Directory> <Directory /home/ubuntu/Vectorize-Gallery/.git> Deny from all </Directory>