Re: Set up version control of local files with the help of nginx server

2015-10-31 Thread Scott E. MacKenzie
Suggest looking at gitlab: https://about.gitlab.com/downloads/ It works well with Nginx and meets most needs for version control. If you stick with the standard bundle and plugins then your upgrade management for gitlab will remain clean and simple. IMHO On 31 Oct 2015 16:40, "Francis Daly" wro

Re: Set up version control of local files with the help of nginx server

2015-10-31 Thread Ian Hobson
Hi, I have had a lot of success with using git and nginx, with rsync to update the files. Set up two servers: "live" out on the internet and "staging" on your local kit. On staging create a directory to store your website, and create htdocs within it. Then you can also create a configs dire

Re: Set up version control of local files with the help of nginx server

2015-10-31 Thread Francis Daly
On Tue, Oct 20, 2015 at 08:41:38PM +0200, Tie Cheng wrote: Hi there, > I have bought a dedicated server from DigitalOcean, and configured nginx. > > I want to version control my local files, and I am wondering if I could > commit and update them from time to time to this server. nginx is a web