Installing VersionPress Plugin

VersionPress is an excellent way to version, sync, and stage Wordpress sites. VersionPress uses GIT to function, luckily GIT comes on all of our Wordpress hosting plans so you can use this awesome plugin.



Install VersionPress


Download it here: Download VersionPress


Than upload and install it through your Wordpress admin area. When activating and running the plugin if it complains about GIT being the wrong version and you cannot continue you can bypass this in a few different ways.


1. Login with SSH and create an alias that allows you to use a newer version of GIT on the server. Read here > Changing GIT Version With Alias

2. Add the following to your to your wp-config.php:

define('VP_GIT_BINARY', '/usr/local/cpanel/3rdparty/bin/git');


Of course if you have any issues don't hesitate to contact our fanatical support!
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Improve Wordpress Performance With Litespeed LsCache

Litespeeds LScache for Wordpress outperforms every other Wordpress cache we have tested. Not only...

Running Out Of Disk Space What can I Do?

If you are running out of disk space and you are using Wordpress you can either add additional...

Migrating Wordpress Like A Pro With SSH

  Migrating your Wordpress site with SSH can streamline things, avoid some potential issues, and...

Wordpress admin-ajax.php CPU Use

The introduction of the Wordpress Heartbeat API has some advantages, and of couse disadvantages....

Changing Wordpress URL After Domain Change

When you move your Wordpress site over to a new domain usually changing the URL in the admin...