Reference Application: WIKI Application
START-UP SCRIPT
-
Log in to the server
-
Navigate to the application installation directory and open the file package.json
-
Example: /opt/wiki/package.json
-
-
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
-
Inside the file package.json, search for the files starting with “start” and some file names might exist like server.js or app.js.
-
Example: /opt/wiki/server.js; /opt/wiki/app.js
-