Sorry for what is probably a common question, struggled to find it anywhere!
What is the best way to bring a pre-existing live site into Local? It is not hosted by Flywheel currently.
I was originally trying to bring the site locally with MAMP but I’,m struggling to view it locally due to SSL enforcement which I can’t seem to get around.
Thanks!
Hi
Funny enough, I’ve just done this.
- Use All-In-One Wordpress migration
or to do manually
- Create a local WP site using Flywheel (for instance “practice”)
- Go into the Database via the Flywheel app and delete the contents
- Download the SQL database from your provider
- Import the SQL database into the one you removed the data from
- In the database ‘Options’ change the web and home URL to correspond with the site you are creating, (http://practice.local)
- enter http://practice.local/wp-admin in your browser and away you go.
By the way I’m still work in progress here.
Regards
oursteve
It’s not documented for some reason (that I’ve seen) but there’s an even easier way Oursteve. See Clay’s response here about dragging and dropping a zip file. That’s how I do it. Easy peasy. How can I import a site into Local by Flywheel