Installation Instructions
These instructions can be found in
install.txt
when
you download Recite CMS. Alternatively, follow the instructions in
the Recite CMS Administration Guide.
INSTALL RECITE CMS ------------------------------------------------------------- Recite CMS requires at least 3 domains: 1) Administration site (application/admin/htdocs) 2) Control Panel (application/cp/htdocs) 3) Client web sites (application/client/htdocs) Recite CMS can manage Control Panel and client web site virtualhosts automatically, but you must set up the admin host. ------------------------------------------------------------- STEP 1: Create a new virtual for the administration site For example, if your admin site is http://reciteadmin.example.com, the virtual host might be: <VirtualHost *:80> ServerName reciteadmin.example.com DocumentRoot "/path/to/recite/application/admin/htdocs" <Directory "/path/to/recite/application/admin/htdocs"> AllowOverride All Order allow,deny Allow from all RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^/*(.*)$ /index.php/$1 </Directory> </VirtualHost> ------------------------------------------------------------- STEP 2: Visit administration site in your browser This will step you through installing Recite CMS (including set up of a database). ------------------------------------------------------------- If you have any trouble installing Recite CMS, please contact [email protected] so we can help assist.