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 ...
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....
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 ...
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 ...
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' ...
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.
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 ...
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.
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 ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
git × 37github × 12
web-development × 4
cpanel × 4
mediawiki × 4
plesk × 4
deployment × 4
wordpress × 3
backups × 3
web-hosting × 2
apache × 2
shared-hosting × 2
ssh × 2
seo × 1
google-analytics × 1
htaccess × 1
php × 1
search-engine-indexing × 1
css × 1
mod-rewrite × 1
apache2 × 1
website-design × 1
ranking × 1
cms × 1
ip-address × 1