1. Check out/downloaded the code and copy it to a suitable location.
  2. Set up your web server's document root to point to the "www" sub-directory. This should be the only directory in the installation that's made publicly available.
  3. Make sure the "cache" directory is writeable.
  4. If you want to omit "/index.php/" from your URLs ensure that the web server is configured to allow ".htaccess" files and that the mod_rewrite module is installed and enabled.
  5. If they aren't already, you'll also need to ensure that magic quotes and register globals are switched off in your PHP configuration file.

» Back to index