Use gitlab-git-http-server in installations from source
If all goes well with the soft-launch of https://gitlab.com/gitlab-org/gitlab-git-http-server (it will be in the omnibus packages but off by default) we should launch it properly in GitLab 8.0.
This means we need to:
- turn on gitlab-git-http-server in the omnibus packages by default !1229 (merged)
- remove the GITLAB_GRACK_AUTH_ONLY environment variable !1229 (merged)
- update the installation and update guides with instructions for downloading and compiling gitlab-git-http-server (which needs a golang compiler!!) !1229 (merged)
- update the GitLab init script to also manage gitlab-git-http-server omnibus-gitlab!450 (merged)
- ... ?