CONTENT MANAGEMENT
==================

Installation:

1: Create a directory under the Web Root and unzip the EduHealth.zip file in it.

2: The DB directory contains a MDB file (Access database), create a data source to it named "cms".

3: Execute the index.cfm file in the eduhealth directory. If you are using ColdFusion MX's integrated HTTP server you can use URL:
 http://localhost:8500/eduhealth

4: Notice the page contents and links

5: Click Login and login as another user, available users are:
 Admin
 Ben
 David
Password for each is the same as the login itself.

6: Notice the change in the page once logged in.

7: Run the Admin utility (index.cfm in the "admin" directory). If you are using ColdFusion MX's integrated HTTP server you can use URL:
 http://localhost:8500/eduhealth/admin

8: You will need to login

9: You can now add and manage content

NOTE
====

cm.cfc is the entire content management system

user.cfc abstracts user login and processing, you'll want to modify user.cfc to use your own user databases as needed
