Mobile app version of vmapp.org
Login or Join
Connie744

: Can WordPress sites be updated with a CVS from local to live? I regularly use the theme editor or FTP live files onto my local server (and load them into Visual Studio), but this can be

@Connie744

Posted in: #FileManager #Uploading #Wordpress

I regularly use the theme editor or FTP live files onto my local server (and load them into Visual Studio), but this can be time consuming when I need to debug many files.

Is there a more efficient way to update a WordPress system other than these methods? Can a CVS be integrated easily to upload changed files?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Connie744

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kimberly868

If you have FTP access, you might be able to use something like git-ftp to push the changes up to live after you have tested/debugged them locally: github.com/git-ftp/git-ftp.
Use WP Migrate DB to get a copy of the live database: wordpress.org/plugins/wp-migrate-db/.
Setup a local copy with XAMPP or MAMPP, whatever, make your changes, then commit the changes to git and push them live with git-ftp.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme