Skip to main content
4 votes

Suggestions for tracking a MediaWiki wiki with Git version control?

It's a good impulse, what you're trying to do. You just need to scale back your expectations about what all gets tracked by Git. Because LocalSettings.php is the main thing, you definitely want to ...
Kevin E's user avatar
  • 241
3 votes
Accepted

Webhook HTTP STATUS 500

When I clicked manually on "Pull updates" in Plesk, an error message appeared: error cannot open /var/.../git/FETCH_HEAD: Permission denied I had to change user permission (see https://stackoverflow....
Adam's user avatar
  • 389
2 votes

Suggestions for tracking a MediaWiki wiki with Git version control?

Neither MediaWiki nor WordPress lend themselves to having an entire site put under git version control. There are several reasons for this: Sites often have large amounts of uploaded binary image ...
Stephen Ostermiller's user avatar
2 votes

Automatic deploy with cpanel Git™ Version Control not working

I've found if there are any untracked files in the repo directory the commands will not fire and you get the result you are seeing. You can tell they did not fire because data: ~ instead of a list of ...
Mat Lipe's user avatar
  • 121
2 votes

Plesk git for multiple domains

Had the same issue on Plesk Obsidian. When creating a second domain with same GIT repo, I received a message like this: fatal: destination path '/var/www/vhosts/[YOUR_ABO]/git/memberportal.git' ...
Adam's user avatar
  • 389
1 vote

Re-add Netlify deploy key to Github

Alternatively, you can just edit your current site and change the origin, and link it to your GitHub account again.
haboutnnah's user avatar
1 vote
Accepted

Plesk: Cannot linke new GitLab repsitories in PLESK

First, for troubleshoot, I logged into the server using ssh. I tried to clone git repository from the CLI but it still failed, giving me the same error message. It looks like my credentials are ...
Adam's user avatar
  • 389
1 vote

Running "composer install" from .cpanel.yml

There is nothing wrong with the code. Composer ran but with errors. Manually running composer and fixing the errors solved the problem.
QuietSpecialist's user avatar
1 vote

How do I keep a raw HTML version of my website alongside one with CSS styles and classes applied

You have the HTML of your site. Then you create CSS stylesheet files that upon inclusion modify your site's appearance. If you want to remove the style, you just remove the CSS stylesheets and you are ...
Prinny's user avatar
  • 1,378

Only top scored, non community-wiki answers of a minimum length are eligible