Plugin Server plugin
Plugin details
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 documentationEdit plugin | (0 older versions) | Last edited by: hardway, 3 months ago

