How to run nodejs on linux platform

Posted by rotem on Server Fault See other posts from Server Fault or by rotem
Published on 2012-12-16T16:17:26Z Indexed on 2012/12/16 17:06 UTC
Read the original article Hit count: 181

Filed under:

How to run node.js on host with linux platform?

To run node.js on localhost with windows operation system is simple

  1. I download package from nodejs.org/download/

    and I execute Windows Installer (.msi)

    1. I go to console command line and I type

      node file.js

and everything fine.

but in my host with linux platform I have control panel with no option to run type file exe, msi and there is no window with command line,

So how can I be able to run nodejs on my host?

I call to support of my hosting bluehost.com and they don't know.

my Details server and control panel

Thanks for any help

© Server Fault or respective owner

Related posts about node.js