RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

missing path for git-http-backend #31

Closed cguentherTUChemnitz closed 8 years ago

cguentherTUChemnitz commented 8 years ago

The git repository status shows:

Missing Binary git-http-backend Unable to find this binary in the webserver's PATH. You may need to configure environment.append-paths.

The git-http-backend is located in /usr/lib/git.

So please add this path also to the existing search pathes. The following entry in the local.json solves the issue:

"environment.append-paths": [ "/bin", "/usr/bin", "/usr/local/bin", "/usr/lib/git" ],

hach-que commented 8 years ago

I'll see if I can find some time this week to address this.