How many of you are developing WordPress sites directly on hosting servers ?
I find that it can be a slow and painful process, waiting for clicks when developing directly on a hosting server. I think that’s not too bad for new sites, but poor practice to make changes to live sites directly on the hosting server. And in either case it can be slow and painful.
I’m looking at make a WordPress development workflow, that magically fixed this.
The objective is to be make it:
1 click easy to sync (live to local, and then local back to live)
all development is on your local computer. you end up with a database, and web server installed.
reliable syncing of changes
sync both files and database
make working on WordPress much faster on your local PC
included all the software for free
included training
would this be of interest to you ? would you use it ? do you think you’d be more productive ? do you have concerns that would stop you using it ?
For The Techies
I’m looking at a few different designs :
1. based on phpstorm
build a plugin that works with wordmove
perhaps wordmove becomes a VCS
but it becomes a bit messy with managing apache/mysql