ERPNext along side company website

Hi

I want to setup ERPNext alongside my website. My typical setup is as follows:

Visitor>Nginx>Varnish>Apache>PHP>MySQL

When I install ERPNext, Apache2.4 doesn’t seem to work on Ubuntu14.04LTS. I tried starting it explicitly but no use. It seems there are some restrictions applied by Supervisor or the ERPNext setup which are restricting other functions on the server.

Can someone please clarify if, firstly it is advisable to setup my wordpress site on the same server where I’m installing ERPNext and secondly, how to manage other services if they don’t start due to ERPNExt restrictions.


Regards
Saurabh

@saurabh ERPNext setup is optimized for nginx so you might have some conflicts if you use the same machine for both.

It would be easiest to setup ERPNext on a separate site / subdomain then point it to a new machine / VM