Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After creating the symlink, you should clear caches and then update your database schema to reflect the newly available plugin, and then clear the caches.

Code Block
$ cd $REGISTRY/local/Plugin
$ ln -s ../../app/AvailablePlugin/SomePlugin .
$ cd $REGISTRY/app
$ su -c "./Console/cake databaseclearcache" ${APACHE_USER}
$ su -c "./Console/clearcachecake database" ${APACHE_USER}

External Plugins

...