By Pedro Porto
Hello all. I’m new to Digital Ocean. I am trying to deploy my React APP in my server alongside with an WordPress Installation.
My APP is working fine at this moment but my current Wordpress installation is on another server and I want to migrate it to my digital ocean droplet.
Any hints or tutorials?
Best Regards
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!
Hi,
You can add an additional server block/virtual host to your web server to serve your Wordpress app separately. What you would need to do is transfer all of the files to your React Droplet, migrate the database over, and set up the virtual host. Here are some tutorials that can help:
If you are running nginx, how to set up server blocks: https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04
or virtual hosts if you are running Apache: https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04
Migrating MySQL databases between servers: https://www.digitalocean.com/community/tutorials/how-to-migrate-a-mysql-database-between-two-servers
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.