Hi,
Could someone tell me like a four year old, the steps I need to proceed through in order to bring my site (Joomla 2.5) to your services at Digital Ocean. I currently have a VPS, and would purchase a VPS from Digital Ocean. The current PHP I would need installed on the VPS, the MYSQL I dunno about.
I want this to be an error free migration thereafter. So I would like some experts to engage here.
Thankyou,
William
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
You can use Easyengine is the best and has very good performance. You can check the below article of how to install it in DO: How to install easyengine
I believe everything there is to migrating a site is: <br> <br>- Dumping the mysql database and importing it. <br> https://www.digitalocean.com/community/articles/how-to-migrate-mysql-between-two-servers <br> <br>- Install LAMP/LEMP stack on the new <br> LAMP: <br> https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-6 <br> https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu <br> https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-debian <br> LEMP: <br> https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-6 <br> https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-04 <br> <br>- Make sure everything is working properly and configure the DNS records to point to the new VPS.