Report this

What is the reason for this report?

Details on one-click install apps?

Posted on August 19, 2014

Where do I find details on the applications we can add in droplet creation? I’m interested specifically in the ‘node-v0.10.30 on Ubuntu 14.04’ app. How was this built? How can I upgraded it when node 0.12 arrives?



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Many of the one-click install apps have tutorials associated with them. Check out this tutorial series which lists them all.

The Node app doesn’t actually have one though. It is a fairly straight forward Node install. The simplest way to upgrade Node is to use the n module. To use the latest stable release us:

npm cache clean -f
npm install -g n
n stable

To use the latest unstable release, you can run:

n latest

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.