How to install Node.js?

Visto 42 veces
Saltar al primer mensaje no leído

Jaimin Pandya

no leída,
19 mar 2014, 13:57:2719/3/14
a rubyonra...@googlegroups.com
I am completely new for node.js. By reading tutorials I downloaded
"node-v0.10.26".

But I don't know how to install it on ubuntu12.04?

Kind regards.

--
Posted via http://www.ruby-forum.com/.

Scott Ribe

no leída,
19 mar 2014, 14:00:0719/3/14
a rubyonra...@googlegroups.com
On Mar 19, 2014, at 11:57 AM, Jaimin Pandya <li...@ruby-forum.com> wrote:

> I am completely new for node.js. By reading tutorials I downloaded
> "node-v0.10.26".
>
> But I don't know how to install it on ubuntu12.04?

Perhaps look for a node.js mailing list???

--
Scott Ribe
scott...@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice




Leo Wong

no leída,
19 mar 2014, 14:01:5719/3/14
a rubyonra...@googlegroups.com
Anyway, you can find the instructions here:

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Walter Lee Davis

no leída,
19 mar 2014, 14:40:1619/3/14
a rubyonra...@googlegroups.com
I've gotten bitten by the name, too. Look for a package called nodejs, not node.

Walter
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/64C8DF5B-BC33-40C5-BC24-7B8D0E8F76DF%40elevated-dev.com.

Orlando Hernandez

no leída,
19 mar 2014, 14:54:4319/3/14
a rubyonra...@googlegroups.com
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
:) 
Se ha eliminado el mensaje

mike2r

no leída,
19 mar 2014, 15:19:3819/3/14
a rubyonra...@googlegroups.com
I would make sure you add chris-lea/node.js to your repository as Orlando has in his response.  The node.js they have in the standard repository is usually old (the same issue as rails).  You will also need a few other things installed such as python.  The link gnowoel provides above has it pretty well documented. 

Phil Dobbin

no leída,
20 mar 2014, 5:12:2220/3/14
a rubyonra...@googlegroups.com
On 19/03/2014 17:57, Jaimin Pandya wrote:

> I am completely new for node.js. By reading tutorials I downloaded
> "node-v0.10.26".
>
> But I don't know how to install it on ubuntu12.04?

cd into the directory where you downloaded node then untar it.

Now run './configure' (without the quotes), then 'make', then 'sudo make
install' which will install it into /usr/local.

You'll need to install 'build-essential' before you compile it:

'sudo apt-get update
sudo apt-get install build-essential'

Cheers,

Phil...

--
currently (ab)using
CentOS 6.5, Debian Squeeze & Wheezy, Fedora 19 & 20, OS X Snow Leopard,
RHEL 7, Ubuntu Precise & Saucy
GnuGPG Key : http://phildobbin.org/publickey.asc
Based in London, UK


Jaimin Pandya

no leída,
20 mar 2014, 11:48:5420/3/14
a rubyonra...@googlegroups.com
Phil Dobbin wrote in post #1140440:
> On 19/03/2014 17:57, Jaimin Pandya wrote:
>
>> I am completely new for node.js. By reading tutorials I downloaded
>> "node-v0.10.26".
>>
>> But I don't know how to install it on ubuntu12.04?
>
> cd into the directory where you downloaded node then untar it.
>
> Now run './configure' (without the quotes), then 'make', then 'sudo make
> install' which will install it into /usr/local.
>
> You'll need to install 'build-essential' before you compile it:
>
> 'sudo apt-get update
> sudo apt-get install build-essential'
>

I have done installation of node.js successfully.

Thank you very much
Responder a todos
Responder al autor
Reenviar
0 mensajes nuevos