Skip to content
Randy Merrill edited this page Aug 27, 2010 · 3 revisions

Framework

Prerequisites

The algid framework heavily uses components from the cf-compendium project and it is required to run the algid framework. See the cf-compendium install guide.

Versions

The latest version of the algid framework will be available from download as soon as it is released. Each version is also tagged in the repository.

Installing

After retrieving a copy of the algid release, place the algid directory in the webroot.

Verify

Verify successful installation by visiting the /algid/index.cfm page in a browser.

Plugins

Plugin code is released in a compressed directory which should contain all the files needed to install. See the plugin's download page to get the latest version available.

Once you have downloaded the plugin archive you can unarchive it into the /plugins/ directory of the application and update the /config/settings.json.cfm page and add the plugin to the list of plugins.

The next time the application is reinitialized the plugin should install and setup automatically.

Clone this wiki locally