Setting Up a Node.js Application in Reclaim Cloud (1)
There's a resource here https://www.virtuozzo.com/application-platform-docs/nodejs-center/ but I found it so high-level it wasn't really useful. This is a practical step-by-step approach. 1. Create a new environment in reclaim cloud Resource: https://support.reclaimhosting.com/hc/en-us/articles/4404919752215-Creating-New-Environments-in-Reclaim-Cloud I selected node.js as my application and Maria DB as my MySQL database. 2. Set up an end point for the node.js application Resource: https://www.virtuozzo.com/application-platform-docs/endpoints/?lang=en - click on 'Settings' for the environment - select 'End Points' from the menu to the left - Click 'Add' - Enter any name you want, and '3000' for the port (note: this port number is defined in index.js, below). - Click 'Add'. The system will select it's own 'public port', which is what you actually use to access the application. In my case, the end point was: