Available plug-in repositories.

Right now Akelos only supports mod_svn repository access without SSL like the one available at http://svn.akelos.org/plugins.

The following examples use svn.akelos.org as the SVN repository. You may replace it with another repository, if the plugin you desire is there.

Before using the following commands, enter

cd [application root]

These repositories will be listed when typing

./script/plugin discover

In order to install a plugin you just need to type

./script/plugin install plugin_name

or

./script/plugin install http://svn.akelos.org/plugins/plugin_name

Keep in mind that your plugin repository must contain the plugins text on the URL in order to be accepted by Akelos.

The plugin will be installed at <project>/app/vendor/plugins.