Quince Installation & Requirements
Quince 0.8 requires:
- Apache mod_rewrite or equivalent functionality
- PHP 5.2 or 4.4
- PEAR XML_Unserializer (included in bundle)
This install guide assumes an Apache web server with mod_rewrite enabled.
-
Download and unzip the Quince package, move the resulting directory into the desired location, and navigate to it in a terminal.
-
Rename controller-sample.xml to controller.xml. Make a copy if you have checked Quince out from SVN or you would like to keep the original as a reference:
$ mv controller-sample.xml controller.xml$ cp controller-sample.xml controller.xml -
Rename sample.index.php to index.php. Again, make a copy if you have checked Quince out from SVN or you would like to keep the original as a reference:
$ mv sample.index.php index.php$ cp sample.index.php index.php -
Repeat step 3 with sample.htaccess => .htaccess
-
Make the cache directory writable
$ chmod 777 cache/
