Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Registering or Unregistering an EDS Plug-in on Linux

Registering or Unregistering an EDS Plug-in on Linux

To register or unregister an EDS plug-in on a Linux machine, use the plugin.sh script.
  1. At the command prompt, navigate to the following directory:
    <EDS installation directory>/admind/bin
  2. To register the plug-in with the
    Administrator Daemon
    , run the following command:
    ./plugin.sh register <zipFile>
    where
    <zipFile>
    is the full path to the plug-in that you want to register.
  3. To unregister the plug-in with the
    Administrator Daemon
    , run the following command:
    ./plugin.sh unregister <pluginID>
    where
    <pluginID>
    is the ID of the plug-in that you want to unregister.

0 COMMENTS

We’d like to hear from you!