Make sure Node.js is installed on your computer which should be the case if you are deploying Meteor.js or Node.js.
Install the CLI by running the below command:
Log in and navigate to the Dashboard. Click on deployments and complete the form. You will be required to select the size of your container and the region where your cluster is to be hosted.
Once the cluster is provisioned, a URL will be assigned to your project which will be displaced on the dashboard.
The ncmanifest.json is totally optional and you can specify almost all the parameters from the command line. In the root folder of your app, create a file with name ncmanifest.json and use the below example JSON:
Once you log in, you will remain logged in on your computer forever until you log out.
You can create a deployment token from the dashboard. Click on App actions → Deployment token. Click the generate token button.
** IMPORTANT ** - For accounts that signed up with a third party log in provider such as GitHub, Bitbucket etc. you will have to use a deployment token to deploy or create a password from the dashboard..
From the command prompt or terminal log in and then deploy your app.