Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Installation

real34 edited this page Sep 14, 2010 · 3 revisions

The installation process is a two steps process, made as simple as possible.

Add the code to your application

Download a release and extract the files to your application’s app/plugins directory.
The standard directory name for the plugin is tags.

Below is an example of directory structure:

/app
	/plugins
		/debug_kit
		/localized
		/tags   (Same location as other plugins)

For more information on plugins and application structure, please see the Plugins section of the CakePHP Book.

Create tables

Update your database schema using one of the following command from your application root:

Next: start using the plugin!

Clone this wiki locally