How to install node.js in shared hosting (CPanel)?

1

DESCRIPTION:
I have a shared hosting (CPanel) and want to install node.js on this hosting so I can install the GHOST , a great tool for managing articles, without the need to base my entire project on a CMS like Joomla or Wordpress.

PROBLEM:
Shared hosts do not have node.js natively.

QUESTION:
If possible, how to install node.js on a shared hosting that used CPanel?

ALTERNATIVE:
Some other tool that does the same as Ghost but does not use node.js platform and is as simple as Ghost.

    
asked by anonymous 04.07.2014 / 03:07

1 answer

1

I do not recommend, but you can follow this tutorial .

./configure --prefix=/home/seu_user_name
    
04.07.2014 / 20:44