Actions
How to Create a Smart-Proxy Plugin » History » Revision 1
Revision 1/30
| Next »
Anonymous, 07/24/2014 07:09 AM
How to Create a Smart-Proxy Plugin¶
This guide outlines main components of a plugin, but skips details of ruby gems and bundler. Please refer to http://rubygems.org and http://bundler.io respectively for documentation and examples.
Plugin Organization¶
Smart-Proxy plugins are normal ruby gems, please follow documentation at http://guides.rubygems.org/make-your-own-gem/ for guidance on gem creation and packaging. It is strongly recommended to follow smart_proxy_<your plugin name here> naming convention for your plugin. You can use smart_proxy_pulp plugin as an example -- a fully functional, yet easy to understand Smart-Proxy plugin.
Plugin Definition¶
Updated by Anonymous over 10 years ago · 30 revisions