Steps to install Node.js application in Plesk

kumkumsharma

Administrator
Staff member
For that you have to follow below steps:
  • Login to Plesk.
  • Now upload your Node.js application files in your File manager with package.json file.
  • Now navigate to Domains >> domain.com >> Node.js.
  • In Linux: Your document root directory should be subdirectory of Application root.
  • In windows: Your Application root directory should be same as document root.
  • Click on NPM install.
 
Top