Quince PHP Controller


Quince Installation & Requirements

Quince 0.8 requires:

This install guide assumes an Apache web server with mod_rewrite enabled.

  1. Download and unzip the Quince package, move the resulting directory into the desired location, and navigate to it in a terminal.

  2. 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
  3. 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
  4. Repeat step 3 with sample.htaccess => .htaccess

  5. Make the cache directory writable

    $ chmod 777 cache/