By aerosmythe
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.