Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
typo at /etc/nginc/nginx.conf
also, in order for starter.sh to work on reboot, I had to run chmod +x starter.sh
thanks for the guide!
Also, forever should be run from an app’s directory so that the base directory may be used from the node script. Many developers will use the app’s base directory to read files. Otherwise, the node script will error out.
Improved starter.sh with relative path here: https://gist.github.com/danro/6533818
@dan: You can just pass <pre>–sourceDir /path/to/app</pre> instead. I’ve updated the article.
The path /etc/nginc/nginx.conf seems wrong, should be /etc/nginx/nginx.conf.
Inside starter.sh the node file is “test.js”. But in the next line the same file is described as “main.js”. Is that right?
my domain still points to the ngix welcome page after falling all of these steps. Anyone available to help? thanks!
@loranbriggs: Did you restart nginx? <code>sudo service nginx restart</code>
I did, then I tried nginx stop and then nginx start (both with sudo) and now I can’t start nginx at all.