Answer the question
In order to leave comments, you need to log in
Set up gulp+open server. How to transfer all files + base to the server as quickly as possible now?
I set up this video https://www.youtube.com/watch?v=20huNYBuCG0 I like the assembly, at least everything works what I wanted. I plan to make a site on WP on a local computer (open server) + scss and all this is updated through the browser sync. Now everything works on pure php, I think it will work with WP as well.
What's the question. There is a domain, and you need to transfer there every day all the changes made on the WP site, all files and the database. How to do this as quickly as possible and preferably automatically?
I used to do everything by deployment, but now I work with gulp + WP and it will only work on local. Maybe somehow it will be possible to use the deployment so that all files from the local area are immediately copied to the server, and I can already replace the database myself. In fact, you can manually, but if it were only the theme folder, and if the plugin delivered, and so on. Any advice on how best to do this?
Answer the question
In order to leave comments, you need to log in
Deploy in the modern world is done automatically, through git. You set up the build locally, then commit everything to git and push it to a remote repository, from there it is automatically uploaded to the server through continuous deployment.
The database can be pushed using the WP Migrate DB plugin (there is a paid version ) or the free WP Sync DB fork .
vpawd.ru/articles/deploy_php_applications_with_phpstorm found this article, I think it will help. But at the expense of the base, how it can be automatically transferred, or maybe even better that the base would be changed on the LAN and automatically on the server.
For wp there is an all in one wp migration plugin that transfers everything.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question