Skip to main content

Installation from NPM

To install the Sterfive OPCUA Omni Edge Server from NPM, follow these steps:

  1. Prerequisites:
    • Ensure you have Node.js and npm installed on your machine.
    • You need to have a Sterfive NPM account to access the package.
  2. Installation Steps:
  • get a Sterfive NPM account from your Sterfive administrator or send a email to contact@sterfive.com with your name , company name.

  • register to the Sterfive NPM repository by running the following command in your terminal:

$ npm login --registry=http://gitlab.stertfive.fr:4873
  • install the Sterfive OPCUA Omni Edge Server package using npm. This will download and install the package along with its dependencies:
$ npm install -g @stertfive/opcua-omni-edge
  • run the server in run mode: use the run command followed by the path to the configuration file. This will start the server with the specified configuration. Use CTRL+C to stop the server.
$ node omni-edge-server.js run -c config.yaml
  • run the server in watch mode: add the -w or --watch option to the command line. This will start the server and watch for changes in the configuration file. If any changes are detected, the server will automatically reload the configuration.
$ node omni-edge-server.js run -c config.yaml -w
tip
  • The first time you install the software, you will be granted a free trial period of 30 days.

  • After that, you will need to purchase a license to continue using the software.

  • You can find more information about licensing on the Sterfive website.

  • The Trial licence runs for 1 hour, after that you will need to restart the server to continue using it.

info

Purchasing a license: To purchase a license, please contact us at contact@sterfive.com or visit our website. We will provide you with the necessary information and instructions to obtain a valid license key.