Skip to content

Instantly share code, notes, and snippets.

@stran12
Created November 26, 2011 00:43
Show Gist options
  • Save stran12/1394757 to your computer and use it in GitHub Desktop.
Save stran12/1394757 to your computer and use it in GitHub Desktop.
Step-by-step installation of cGit with Nginx

How to install cGit on Nginx (Ubuntu server)

Step-by-step installtion of cGit on nginx without funky rewrite rules.

Pre-requisites

This is for

sudo aptitude install build-essential
                      autoconf
                      automake
                      libtool
                      libfcgi-dev
                      spawn-fcgi

Now lets install fcgiwrap. Alternatively, you can

git clone https://github.com/gnosek/fcgiwrap.git
Copy link

ghost commented Jun 27, 2016

Nice manual, I used it, it works. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment