Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.07 KB

File metadata and controls

33 lines (23 loc) · 1.07 KB

ShareDo/Operate Example Plugin

This plugin contains samples of common patterns for extending ShareDo/Operate.

Contents

Running The Plugin

Important

You must have a working instance of Sharedo In A Box (SIAB) to run this plugin

To use these plugins locally:

  1. Create a 'Plugins' folder in the root of your SIAB folder:

    image
  2. Clone this repository in to this folder. The resulting structure should be

    c:\
      ─ {SIAB folder}
        ─ Plugins
          ─ ExamplePlugin
            ─ ExamplePlugin.sln
              (etc.)
    
  3. Ensure ShareDo In A Box is running

  4. Open ExamplePlugin.sln and build it. The solution contains a post-build hook that will install the plugins and restart the application pool

  5. Open ShareDo In A Box - the plugins should now be installed