@activepager/so-115-adapter
v0.1.2
Published
# Prerequisites - NodeJs [version > 14] ([download](https://nodejs.org/en/download/)) - Oracle Instant Client ([download](https://www.oracle.com/database/technologies/instant-client/downloads.html))
Readme
Activepager - so-115-adapter
Prerequisites
Getting started
1. Install all prerequisites
- Go to prerequisites section
2. Open a PowerShell with Administrator privileges

3. Install
npm install -g @activepager/so-115-adapter-installerIf an npm configuration error appears, run the installation script again
4. Configure
Windows:
so-115-adapter.cmd configureUnix:
so-115-adapter configure5. Start the process and save it for restart:
Windows:
so-115-adapter.cmd startUnix:
so-115-adapter startOther useful commands
Get process status information:
Windows:
so-115-adapter.cmd statusUnix:
so-115-adapter statusRead the process logs in realtime
By default you can see 10 lines of logs before the command runned Windows:
so-115-adapter.cmd logsYou can also set a custom amount of lines to see. In the example below you will see 50 lines of logs before the command runned
so-115-adapter.cmd logs 50Unix:
so-115-adapter logsYou can also set a custom amount of lines to see. In the example below you will see 50 lines of logs before the command runned
so-115-adapter logs 50Restart the process:
Windows:
so-115-adapter.cmd restartUnix:
so-115-adapter restartStop the process:
Windows:
so-115-adapter.cmd stopUnix:
so-115-adapter stopDelete the process:
Windows:
so-115-adapter.cmd deleteUnix:
so-115-adapter deleteUninstall
npm uninstall -g @activepager/so-115-adapter