Could not create work tree dir 'example.com'.: Permission denied
I have got a virtual private server with nginx Virtual Hosts setup (Server Blocks). I've installed Git and got my ssh keys authenticated with GitHub. I have my website running in...
View ArticleTrying to install GIT on CentOS 5 and a little lost
I am a little over my head with this but I guess you have to start somewhere. I would like to use GIT on my 1and1 dedicated server. From what I have read searching Google I had to create a file named:...
View ArticleUsing version control (GIT) on a MySQL Database
This is kind of an out there question, but it is something that kind of makes sense. I am a WordPress Designer/Developer, who is getting more and more heavily involved with using version control,...
View ArticleAutomatic Deployment with Git – unable to run post-receive hooks
I've created a repository in /var/repo/myrepo.git using git init –bare and a post-receive hooks with inside: #!/bin/shgit –work-tree=/var/www/domain.com –git-dir=/var/repo/myrepo.git checkout -f Then:...
View ArticleInstallling a complated laravel 5 project on vps with ssh and git
I made one laravel 5 project in my localhost.I bought a vps. I want to install my laravel 5 project to vps but I don't want use ftp. Because, I will oft-times upgrade my project with my bit-bucket...
View ArticleEasy moving of environments: deploybot, docker or manual grunt/gulp setup?
Using a straight forward environment setup for a wordpress website, a local AMP stack for development, staging environment for reviewing/signoff and finally a production environment, what would be the...
View ArticleGit: how to re-push changes already pushed, but lost due to re-creation of...
We use WPEngine to host WordPress sites and push changes via Git to a staging version of the site – these can then be deployed to the production version via an internal script. We staged the live site...
View ArticleWhich folders to commit when using Github with CMS systems
Probably a silly question, but I cannot find any good advice on the internet so far, so hopefully you guys have some good advice. I would like to use GIT for version control and use it to deploy...
View ArticleGIT: merging files after working in wrong directories
I have a problem, I was working with a friend the first time on a WordPress Theme and Git. It wasn't my first time using git and I assumed we have both installed and setup everything correctly. However...
View Article