INSTALLATION INSTRUCTIONS
Meditate(tm) Web Content Editor

(to upgrade an existing installation, see upgrade.txt)

-----------------------------------------------------------------------

1. Create a MySQL database on your web server. You don't need to set up any
tables; Meditate will do that automatically.

2. Open config/constants.php and look for settings that you want to customize.
At a minimum, you will need to set the DB_ settings to connect to your database.
If you're not storing your content in Contemplate files, you'll also need to set
the CONTENT_TYPE and the related settings for your content type.

3. Upload the Meditate files to a directory within your website. The default
directory name is meditate, but you can change this if you wish.

4. Browse to meditate/index.php in your web browser, and click the link to
install the database tables.

5. Log in as admin with no password.

6. Set a password for your admin user. You can also change this username, or
just create additional users with other usernames.

7. To enable Meditate's scheduled publishing feature, add the following line to
the crontab file on your server. (Replace the [bracketed] values first!) If you
don't know how to install a crontab, please check with your web host for
instructions, as the process will vary from host to host:

0,15,30,45 * * * * /usr/bin/curl http://[domain]/[path_to_editor]/index.php\?page=cron_publish


If you have trouble connecting to your website content, visit
http://www.arlomedia.com/software/meditate/assembled/documentation_connecting.html

If you would like to integrate Meditate into your own admin system, visit
http://www.arlomedia.com/software/meditate/assembled/documentation_integration.html

If you still need help, visit
http://www.arlomedia.com/software/meditate/assembled/community.html
