<< PREVIOUS NEXT >>

 

 

Reference Application: WIKI Application

START-UP SCRIPT

  1. Log in to the server

  2. Navigate to the application installation directory and open the file package.json

    1. Example: /opt/wiki/package.json

  3. Check for the start-up script file information in the file package.json. Provide the full path of the start-up script file in CMS

    1. Inside the file package.json, search for the files starting with “start” and some file names might exist like server.js or app.js.

    2. Example: /opt/wiki/server.js; /opt/wiki/app.js