Skip to content
kalt edited this page Sep 13, 2010 · 2 revisions

1.1. Files

To install, copy the ‘tagging’ directory to the ‘plugins’ folder:

git clone git://github.com/kalt/tagging.git

Or click ‘download’ and copy the content of the zip file into your ‘plugins’ folder.

1.2. DB Tables

Create two db tables as described in tagging/config/sql/tagging.sql

Or run this in console:

cake schema run create Tagging -path plugins/tagging/config/sql
Clone this wiki locally