Plugin Server plugin

Plugin details

This plugin transforms your application in a plugin server for use with script/plugin (instead of using a svn repository).

Repositoryhttp://www.accesstecnologia.com.br/plugin/get/plugin_server Author smbrant Tags plugin, server LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://www.accesstecnologia.com.br/plugin/get/plugin_server

After installing the plugin, define a route to it in your application, typically:

  map.connect 'plugin/get/*path', :controller => 'plugin', :action => 'get'


Then, if you go to

  http://localhost:3000/plugin/get/


You can browse your plugins directory, but, more than that, you can use this address in script/plugin install commands, e.g.:

  script/plugin install http://localhost:3000/plugin/get/one_plugin_to_install


and use the application as a plugin server.

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 3 months ago