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.

Manage Your Account

Username:
Password:

Try Out Recite

You can try out Recite CMS now by signing up for a demonstration. No charge and no obligation!

Release History

View the change log and release history for Recite CMS and its many add-on packages.

Recite Documentation

Need Recite CMS documentation? Head over to the documentation portal for administration, developer and user guides.

Affiliate Program

We pay good commissions for all licenses sold from your referral. Your download portal account has all the information for reselling Recite CMS.
Behind this site