Skip to content

Instantly share code, notes, and snippets.

@xluffy
Forked from stran12/gist:1394757
Created September 24, 2015 13:04
Show Gist options
  • Select an option

  • Save xluffy/adde9a0a663803e07a94 to your computer and use it in GitHub Desktop.

Select an option

Save xluffy/adde9a0a663803e07a94 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment