• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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