• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Version Control for Plesk Editor

Anthony Brian Mallgren

Basic Pleskian
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.
 
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