• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Version Control for Plesk Editor

A

Anthony Brian Mallgren

Guest
Is there currently, or plans for, an implementation that integrates version control into Plesk?

Low budget project, currently without SSL, and I'm attempting to plan for work allocation in regards to the efficiency of these types of projects.

Thank you and regards.
 
Are there plans for enabling customer configuration/deployment scenarios, in regards to version control?
 
Yes, we are planning to implement Git support out of the box in the next Plesk release. As it's out of scope for Plesk 12.5 we implemented some operations in scope of extension.
 
I had the gitman extension installed by my host, i checked the configuration and tried to use it, but with no success:

using git from my local machine i see:

$ git clone ssh://xxx@xxx/var/www/vhosts/xxx/git/xxx
Cloning into 'xxx'...
xxx@xxx's password:
-: git-upload-pack: command not found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.

If i login to the remote machine using ssh and i try to use git, i see command not found. I just wanted to check if the repository was ok but i wonder how this could work if git is not available on the machine.

$ ssh xxx@xxx
xxx@xxx's password:
Last login: Wed Dec 2 21:22:55 2015 from host-xxx-xxx-xxx
bash-4.1$ cd httpdocs/
bash-4.1$ git status
bash: git: command not found
bash-4.1$ which git
bash: which: command not found
bash-4.1$ git
bash: git: command not found
 
Back
Top