How to deploy nodejs v0.12.2 in Ubuntu 14

Source: Internet
Author: User


I finally won the linux system. Ubuntu 14 started my journey. The mentor bu started his preaching (* ^__ ^ *).

Download compiled files for deployment (recommended). Other methods are not described.

 

First download the compiled compressed package. Under/home/.

Mkdir node

Cd node

Wget http://nodejs.org/dist/v0.12.2/node-v0.12.2-linux-x64.tar.gz

Because I downloaded all 64-bit 64-bit packages based on my own system, the following provides a 32-bit address package.

Http://nodejs.org/dist/v0.12.2/node-v0.12.2-linux-x86.tar.gz

Decompress the package after the download.

Tar xvf node-v0.12.2-linux-x64.tar.gz

Configure environment variables: Add: export NODE_HOME =/home/node/node-v0.12.2-linux-x64 in the/etc/profile file
Export PATH = $ PATH: $ NODE_HOME/bin

Export NODE_PATH = $ NODE_HOME/lib/node_modules

 

Run the source/etc/profile command to make the environment variable settings take effect.

Test: enter node-v on the terminal. If version information is output, the installation is successful.

OK

Run the source/etc/profile command to make the environment variable settings take effect.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.