Deploy SandBox NodeJs Apps
How to deploy NodeJS Apps on Eenos ?
This document will help you to deploy a NodeJs app on your eenos hosting control panel. Eenos control panel is a modern hosting control panel designed for modern apps.
Features Of Eenos NodeJs App Management
Eenos control panel have the following wonderful features for easily managing nodeJs apps
- Manage unlimited NodeJs app domains or subdomains
- NodeJs version Selector
- Deploy NodeJs App with One click
- Set to Production or Developmet Mode
Every eenos NodeJs app have its on virtual environment. So migration and transfer of hosting accounts are easy
To start deploying NodeJS app logins to your eenos control panel and go to the following Page:
Node.Js -> Deploy Node.Js Apps
Setup NodeJs SandBox and Install Apps
Now you need to fill the simple form as follows,
Chose Domain For Node.Js App : Select a domain or subdomain for deploying a NodeJs app. This is the website url you are going to deploy the app.
Chose Node.Js Version : The version of the Node.Js distribution required for your project
Now you need to set the App settings too ., so that the server know where to start the applications
App Startup Script : This is the app entry point script. It is normally a javascript file in project document root ( eg : app.js )
Public Folder Name : This is where you upload your static files like CSS, JS , Images ,etc,.
Project Publicity Type : This option will help you to setup the project in either production or development mode.
Install Demo App : If you wish to install a demo nodejs app, chose install. You have already developed the app, you can select no and upload the files yourself.
Now Click the button Deploy App and it will start deploying the app.