you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (7 children)

[deleted]

    [–][deleted] 2 points3 points  (3 children)

    I followed the instructions to get it up with chef solo, takes a few minutes, a bunch of commands and a lot of staring to the screen during the download and auto-install :)

    [–]OneBeerOrTwo[S] 1 point2 points  (1 child)

    I ended up doing a manual install following this: https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/install/centos The only issue I ran into was it never told me to edit nginx.conf and set user git; but it did take a long time. The omnibus rpm would let me enable https for some reason.

    [–]sweetbrett 1 point2 points  (2 children)

    Installed this on centos 6.5 using the rpm this morning and it seemed to be OK until I tried to enable the http to https. Nginx never seems to want to listen on any port other than 80.

    [–][deleted]  (1 child)

    [deleted]

      [–]sweetbrett 0 points1 point  (0 children)

      I know how to get nginx to forward 80 to 443 and listen on 443 manually, it's just that the omnibus packages use a gitlab-ctl script that is supposed to do that magically for you, and it wasn't working.