Page 1 of 1

How to install node and npm

Posted: Thu Oct 09, 2014 5:30 am
by heihachi88
Is it possible to install node and npm alongside apache and nginx without any configuration issues?

Re: How to install node and npm

Posted: Fri Oct 10, 2014 4:49 pm
by UniOn
heihachi88 wrote:Is it possible to install node and npm alongside apache and nginx without any configuration issues?
This won't be a problem at all, you can configure your node apps to use a different port than Apache or Nginx.

Re: How to install node and npm

Posted: Sat Oct 11, 2014 12:48 pm
by heihachi88
Could you throw a step-by-step example?

Re: How to install node and npm

Posted: Sat Oct 11, 2014 11:05 pm
by F41L
Do the install as per normal, and change the configuration not to use the same ports, then you can use nginx to do a reverse proxy to the port you want, I imagine.