• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Installing Node.js on Rackspace Cloud Server

By Abhishek Ghosh September 12, 2012 11:52 am Updated on September 12, 2012

Installing Node.js on Rackspace Cloud Server

Advertisement

Installing Node.js on Rackspace Cloud Server is quite easy if you follow our easy step by step guide. It will take hardly few minutes for Installing Node.js. Node.ja is getting quite popular due to its flexibility as a serverside software package and lot of Open Source free softwares and Apps are available to run on a server having the setup of Node.js.

 

Initial Steps for Installing Node.js on Rackspace Cloud Server

 

We will use Next Generation Cloud Server from The Rackspace Cloud for this guide on Installing Node.js on Rackspace Cloud Server. The Server we spin up for this guide for Installing Node.js on Rackspace Cloud Server is a Ubuntu 12.04 LTS (Precise Pangolin) server with 2 GB of RAM. We are avoiding the basic steps on how to build a server on Rackspace Cloud as we have written them in various guides, if you are a new user, simply follow the initial steps from this guide :

 

Ubuntu with GUI on Rackspace Cloud Server as VNC Remote Desktop

Advertisement

---

 

Follow up to the step where we have written “Your username is root (so login as root) and the Password is that you have copied” with a screenshot of PuTTY as SSH/ Telnet client wth the first screenshot of a black screen of PuTTY.  We will start the proper steps of this guide for Installing Node.js on Rackspace Cloud Server right from here. If you have never used PuTTY, you can follow to know the basics of PuTTY. For Mac OS X or Linux, you can use the Terminal, except the way to login, all steps and commands will be the same. The reason we show Windows is, it appears to us, most users still uses Windows OS, otherwise it would be easier for us to use Mac to show the commands.

 

So you have got an IP and Password. Login :

 

Installing Node.js on Rackspace Cloud Server

 

First Open the sources.list and we need too uncomment few sources to make them active as Rackspace uses own repo for 12.04 LTS :

 

Vim
1
sudo nano /etc/apt/sources.list

 

Here it should look like this :

 

Uncomment sources.list

 

 

Note : Uncomment means making a non functioning line active. For example, the last line was :

 

# deb-src http://extras.ubuntu.com/ubuntu precise main

and I have removed the space and hash sign before it to make it active :

 

deb-src http://extras.ubuntu.com/ubuntu precise main

 

Update it :

 

Vim
1
sudo apt-get update

 

After the update is complete, it is better to perform a soft reboot, although it is not mandatory. This small practices keeps the server running fine years after years.

 

I am installing using one command :

 

Vim
1
sudo apt-get install build-essential curl

 

You can individually install them like sudo apt-get install build-essential and sudo apt-get install curl commands. What I want to say, that black screen is actually quite friendly, if you can practice a bit, this is the magic of any UNIX Like OS.

 

I need to halt a bit, because the need for all for installing node.js is not the same, there are at least 11 ways, it depends how you will deploy the app and how basically you want to work. Here are some of them :

 

Vim
1
https://gist.github.com/579814

 

Again I am using a combined command :

 

Vim
1
sudo apt-get install git python libssl-dev

 

Please note,  if you use -y after any command for apt get install, you do not have to accept with pressing y manually, you can install in this way for example :

 

Vim
1
sudo apt-get install git python libssl-dev -y

 

Please try to understand. If you can not understand use WinSCP like SFTP software to open and see the folders in real, graphically. We are on the root, but we need to change our location to src :

 

Vim
1
cd /usr/local/src

 

Installing Node.js on Cloud Server

We will make a directory named node :

 

Vim
1
sudo mkdir node

 

Please understand what we are doing in this guide for Installing Node.js on Rackspace Cloud Server. If you blindly copy paste the commands, it will work, but you will not learn. For not learning those cPanel like your favorite hosting panels are making millions.

 

Go to node directory :

 

Vim
1
cd node

 

We are on node directory. wget the node.js :

 

Vim
1
sudo wget http://nodejs.org/dist/v0.8.9/node-v0.8.9-linux-x64.tar.gz

 

Please apply your common sense. Go to node.js website and check the latest version. When this is written, we took the url from – http://nodejs.org/download/

 

untar it :

 

Vim
1
sudo tar -xzvf node-v0.8.9-linux-x64.tar.gz

 

Go to that folder :

 

Vim
1
cd node-v0.8.9-linux-x64

 

Note :

If you can not compile, please use, previous version :

Vim
1
2
sudo wget http://nodejs.org/dist/v0.6.17/node-v0.6.17.tar.gz
sudo tar -xzvf node-v0.6.17.tar.gz

Vim
1
cd node-v0.6.17

 

This the best command :

 

Vim
1
./configure --openssl-libpath=/usr/lib/ssl

 

 

configure ubuntu

 

Run this command :

 

Vim
1
sudo make

 

Install it :

 

Vim
1
sudo make install

 

It will take time to execute make and install.  Yes, we have completed Installing Node.js on Rackspace Cloud Server. You can download any app and run.

This Article Has Been Shared 323 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Installing Node.js on Rackspace Cloud Server

  • Installing WordPress on Free Cloud VPS from Host1Free

    Installing WordPress on Free Cloud VPS from Host1Free will follow the same principle as installing on any server with root access from Command Line Interface.

  • Installing WordPress on Rackspace Cloud Server with Cloud Database

    Installing WordPress on Rackspace Cloud Server with Cloud Database can give you a good performance with scalable and economically best solution. Simple Guide.

  • Self Hosted WordPress on Cloud Server for Dummies

    Self Hosted WordPress is itself a scary phrase to a non-tech person and add Cloud Server on it. Here is Very Easy Guide to under Self Hosted WordPress.

  • How to Make Cloud Computing Secure ?

    How to Make Cloud Computing Secure ? Keep an eye on the provider’s choice ! Here are a few tips to check while you are in need of Secure Cloud Computing.

  • Rackspace Cloud Block Storage : Basic Users Guide

    Rackspace Cloud Block Storage is a Service from Rackspace to address the demand for a reliable storage Rackspace Cloud clients. Here is a Basic Users Guide.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What Online Casinos Have No Deposit Bonus in Australia March 30, 2023
  • Four Foolproof Tips To Never Run Out Of Blog Ideas For Your Website March 28, 2023
  • The Interactive Entertainment Serving as a Tech Proving Ground March 28, 2023
  • Is it Good to Run Apache Web server and MySQL Database on Separate Cloud Servers? March 27, 2023
  • Advantages of Cloud Server Over Dedicated Server for Hosting WordPress March 26, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Installing Node.js on Rackspace Cloud Server," in The Customize Windows, September 12, 2012, March 31, 2023, https://thecustomizewindows.com/2012/09/installing-node-js-on-rackspace-cloud-server/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT