Add it to your gemfile:
# Gemfile gem 'ecm_tags'
Add migrations:
$ rake ecm_tags:install:migrations
Migrate:
$ rake db:migrate
$ RAILS_ENV=test rake db:migrate $ guard