I want to add multiple Wordpress apps onto a single droplet. Should I start with the Wordpress one-click install, or the LAMP stack?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there,
You could follow the steps from this video on how to host multiple WordPress websites on the same server with Apache Virtual Hosts:
Essentially, what needs to happen is:
wget
command:/var/www/
folder:Syntax OK
reload Apache:Then run the following queries:
Hope that this helps. Regards, Bobby
Thanks. I wasn’t going to do multisite. So building on the LAMP stack it is!
If you’re going to do multi-site, the one click may work, but I find it safe to install WordPress myself in different directories as virtual hosts. Each is separate and I can only shoot myself in one foot at time.