• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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