Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.02 KB

File metadata and controls

32 lines (22 loc) · 1.02 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 this plugin locally:

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

    image
  2. Clone this repository in to this folder. The resulting struture 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 plugin and restart the application pool

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