[ad_1]
[ad_2]
I have fresh server where i have to migrate my wordpress setup which i have locally the server didnt have the appache or nginx yet, dont have databse installed yet, can anyone guide me through the steps
Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
parts of this tutorial should be helpful: [https://spinupwp.com/install-wordpress-ubuntu/](https://spinupwp.com/install-wordpress-ubuntu/)
they use nginx (excellent performance, compatibility, stability) but if you want you could certainly swap it with apache2 or caddy or any other web server.
Well that’s a very complex process if you don’t have prior experience. Take help from ChatGPT and comeback if you get stuck on any of the steps you need to complete.
Hint: You’ll have to manually isntall Apache, MySQL and PHP on your AWS server before you can start. Installation is easy, you just have to write some console commands to get these isntalled.
Tranfer using SSH requires a system like SCP/rsync.
next you have tyo duplicate the exisitng old database as an export. then you need to update your wp-config.php file with the credentials for the new database you created.