Configure and install Node. js in the Ubuntu Development Environment

Source: Internet
Author: User
Configure and install Node. js1 In the Ubuntu development environment to install nodejs $ sudoapt-getinstallbuild-essential $ sudoapt-getinstallgcc $ sudoapt-getinstallg ++ $ sudoapt-getinstallmake $ wgetftp: // pepstack.com/pub/tarball/node-

Configure and install Node. js in the Ubuntu Development Environment

1. Install nodejs

$ Sudo apt-get install build-essential
$ Sudo apt-get install gcc
$ Sudo apt-get install g ++
$ Sudo apt-get install make
$ Wget ftp://pepstack.com/pub/tarball/node-v4.2.1.tar.gz
$ Tar-zxf node-v4.2.1.tar.gz
$ Node-v4.2.1 cd
$./Configure
$ Make-j 4
$ Sudo make install
$ Node -- version

2 install yaml, Jinja2, and MySQLdb

$ Sudo apt-get install python-pip
$ Sudo apt-get install python-yaml
$ Sudo pip install Jinja2
$ Sudo apt-get install python-dev
$ Sudo apt-get install libmysqlclient-dev
$ Wget http://sourceforge.net/projects/mysql-python/files/mysql-python/1.2.3/MySQL-python-1.2.3.tar.gz
$ Tar-zxf MySQL-python-1.2.3.tar.gz
$ MySQL-python-1.2.3 cd
$ Sudo python setup. py install

You may also like the following content about Node. js.:

Install and configure the Node. js v4.0.0 http://www.linuxidc.com/Linux/2015-10/123951.htm on Ubuntu 14.04/15.04

How to install Node. js http://www.linuxidc.com/Linux/2015-02/113554.htm in CentOS 7

Build Node. js Development Environment http://www.linuxidc.com/Linux/2014-12/110983.htm under Ubuntu 14.04

Installation and configuration http://www.linuxidc.com/Linux/2014-05/101418.htm of Node. js development environment under javasru 12.04

Node. Js getting started [PDF + related Code] http://www.linuxidc.com/Linux/2013-06/85462.htm

Node. js Development Guide hd pdf Chinese version + Source http://www.linuxidc.com/Linux/2014-09/106494.htm

Node. js getting started development guide Chinese edition http://www.linuxidc.com/Linux/2012-11/73363.htm

Ubuntu build and install Node. js http://www.linuxidc.com/Linux/2013-10/91321.htm

Node. js details: Click here
Node. js: Click here

This article permanently updates the link address: Http://www.linuxidc.com/Linux/2015-11/124921.htm

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.