Versions Compared

Key

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

...

After creating the symlink, you should 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 database" ${APACHE_USER}
$ su -c "./Console/clearcache" ${APACHE_USER}

External Plugins

...