I have created a droplet and add 2 websites on ubuntu 16.04 and installed Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 16.04 and PHP mY admin. Now i want to run my these 2 websites and others in wordpress on single Droplet. so what is the next step?
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!
Hello,
what you would need to do is use Apache virtual hosts in order to be able to host multiple sites. To do that you could by following the steps from this guide on how to create new virtual hosts for each site:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04
At the end you would have multiple virtual hosts for each site and each virtual host would have different document root (the directory where the files of the site are stored at) for example:
website1.com > /var/www/website1.com
website2.com > /var/www/website2.com
website3.com > /var/www/website3.com
...
Then in those directories, you could just upload your Wordpress files and install Wordpress there, that way you would have multiple sites on a single droplet. To do the Wordpress installation step you can follow these steps here:
Hope that this helps! Let me know if you have any questions.
Regards, Bobby
This comment has been deleted
I use vesta control panel for droplets that require multiple wordpress installs. It’s pretty simple to install and use. http://vestacp.com/ It only takes 3 commands to install and it’s free.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.