Downloading and Installing the Sample Application
Install files
- Get the latest build of the sample application from http://www.speckcms.org
- Unpack the sydneyjabiru zip archive into your webapps directory. After doing so, you should have a sydneyjabiru directory inside webapps (e.g. c:\inetpub\webapps\sydneyjabiru)
ColdFusion Administrator Settings
- Create an Access datasource named "sydneyjabiru" with the database file set to the path to the sydneyjabiru.mdb in your sydneyjabiru directory (e.g. c:\inetpub\webapps\sydneyjabiru\sydneyjabiru.mdb)
Web Server Settings
IIS
- Modify the home directory of your default web site (or just create a new web site and set the home directory) to "c:\inetpub\webapps\sydneyjabiru\www".
- Add a "speck" virtual directory at the root of the site and set the local path to "c:\inetpub\webapps\speck\www".
Apache
- Add a new virtual host with the DocumentRoot set to the www directory within the application, e.g. "c:\inetpub\webapps\sydneyjabiru\www".
- Add a "/speck" directory alias with the local path
set to the www directory within the speck directory , e.g.
"c:\inetpub\webapps\speck\www".
Note: you can create the directory alias outside of the virtual host directive to set it server-wide if you wish. - Add default.cfm to the DirectoryIndex (the sample app was written a long time ago and was initially just written with IIS in mind).
Check Application Configuration
Speck reads various configuration settings from files in the /webapps/speck/config directory tree. Open /webapps/speck/config/apps/sydneyjabiru.app and check the appInstallRoot attribute is set appropriately, e.g.
appInstallRoot = c:\inetpub\webapps\sydneyjabiru