Sorry for my english, I want to install a web application on a new virtual privet server. Knowing that there are already 7 virtual server working on CMS 's ( Joomla and Wordpresse).
If I install a MERN stack application will it disturbe the hole system already fonctionning
Is there a manual that I can follow, beacause i tried on my own but I need to install first Nginx. Knowing Apache is already present what should I do please
Virtualmin comes with none of these. But they are all easy to install on a VS once you have it set up on your box. It requires a webserver (Virtual min can be configured on installation with either Apache or Nginx. Personally I think Nginx is easier to use. Once you have installed NodeJS and MongoDB (sometimes managed on a different box/server) - React(.js) and Express(.js) will be managed inside the Nodejs code of your App (in the node pakage.json) if the App is built to a static directory (one advantage of a MEAN stack) it could be a simple matter of copying the static files to the public_html. It is a whole lot of learning but not all beyond the wit of mankind.