Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites

...


Installation Steps

Code Block
languagebash
titleInstalling SOAJS via NPM
linenumberstrue
# Create a directoy
> mkdir -p /opt/soajs/node_modules
> cd /opt/soajs/node_modules


# Install soajs using npm
> npm install soajs

...