Once I’ve exported my site, what steps do I need to take to get my site live on the internet?
For instance, I assume upload the zipped file and then unzip it on the server. Is that it? Seems like I need to do something with the DNS, as well, but I’m not a coder so any help you can give me is greatly appreciated.
Hello there, @Stuart! Thank you for bringing your question to the Local Community!
My first question is - have you already exported your site & imported it into your hosting provider?
Depending on your domain registrar and hosting provider, there are different steps to connect those two together. Your hosting platform should have documentation regarding connecting your site to a domain and updating DNS settings.
Do you have a hosting provider? If so, you can use this export & import process or you can use a tool like WP Migrate to migrate your site to your host.
I have a hosting provider. Once I export using “local” can simply upload the zipped file and decompress it on my server? WP Migrate has a cost to it, so I’d rather not use it, if possible.
I followed your advice and exported the site, uploaded it to my server, and decompressed the file I uploaded, but it’s not working. My host says the database is missing? Is there something else I need to do?
You may want to try uploading it as a zip file instead of decompressing it.
Can you also check the contents of the file you exported from Local? It should look like this, see an example of an exported Local site folder structure, below:
It was a bit squirrely to install on my host, but my host was able to get it sorted out. They needed to make some changes in the name of the database or something. Plus the directories were a bit messed up. Everything was inside a “public” folder inside an “app” folder. All the contents need to be moved out of those two folders and into my domain name folder. After all that it’s finally working. Certainly wasn’t a turn key, one click type of install that I was hoping for, but I liked building my site locally. I’ve never done that before and that was speedier.
Thanks for all your help. I just wanted to give you the feedback incase it helps someone down the line.