How we can migrate all files from the wp-content folder to our docker? I try to open a project from live on my local docker containers and my project contains many folders outside from the theme folder.
wp content files are held in src in your local project which are synced to the container but only the themes plugins and uploads, anything else is ignored in this setup. you can modify your docker compose file to sync everything else too
Ok thx, one more question any idea why images is not loaded from docker server from the upload folder?@@howToDev localhost/wp-content/uploads/2021/01/Wohnwand-Interliving-aus-Holz-in-Grau-.jpg i am trying to get from localhost URL and it's 404.
So, if I want to start working on my own portfolio website, not develop themes or plugins, this is about all I have to do, right? From this point, I should be able to create the site locally and migrate it to a live environment when it's ready?
@@howToDev Thank you! Your first video and this video were pretty simple to follow. I did encounter some problems, but after restarting a few times and checking for typos I've got everything set up.
Thank you so much for this :) i'm just starting out with creating content and it's so hard to get your point across while also sounding good :) You just made my day and i want to thank you for that :). Regarding the issues if you guys get any of them post a comment and i'll do my best to explain what's going on and how to fix it
Thank you!!
Most Welcome
How we can migrate all files from the wp-content folder to our docker? I try to open a project from live on my local docker containers and my project contains many folders outside from the theme folder.
wp content files are held in src in your local project which are synced to the container but only the themes plugins and uploads, anything else is ignored in this setup. you can modify your docker compose file to sync everything else too
Ok thx, one more question any idea why images is not loaded from docker server from the upload folder?@@howToDev
localhost/wp-content/uploads/2021/01/Wohnwand-Interliving-aus-Holz-in-Grau-.jpg i am trying to get from localhost URL and it's 404.
So, if I want to start working on my own portfolio website, not develop themes or plugins, this is about all I have to do, right? From this point, I should be able to create the site locally and migrate it to a live environment when it's ready?
yes, the database can just be migrated no problem by just running the wpcli command
@@howToDev Thank you! Your first video and this video were pretty simple to follow. I did encounter some problems, but after restarting a few times and checking for typos I've got everything set up.
Thank you so much for this :) i'm just starting out with creating content and it's so hard to get your point across while also sounding good :) You just made my day and i want to thank you for that :). Regarding the issues if you guys get any of them post a comment and i'll do my best to explain what's going on and how to fix it
@@howToDev Good luck with your future content!