4 ms·
I haven't tried running it on my development machine; last time I tried installing it, it was on the server we use at work to host our git repositories. Since
by n0nick 14y ago
I haven't tried running it on my development machine; last time I tried installing it, it was on the server we use at work to host our git repositories.
Since it was already a dedicated server machine (which we even use sometimes to host some small web apps), I thought I had my work cut out for me.
It was the amount of system work required (sudo-ing, chmod-ing, installing mysql because we only used postgres before, creating users) that made me give up eventually.
I want to give GitLab another try, so I'll see into using Vagrant for that.
But I still believe some install scripts would be very much appreciated and help the project gain popularity.
Btw, re Python - I still see the paragraph "Make sure you have the right version of Python installed" on:
https://github.com/gitlabhq/gitlabhq/blob/4-0-stable/doc/install/installation.md#1-packages--dependencies https://github.com/gitlabhq/gitlabhq/blob/4-0-stable/doc/ins...
- milkshakes 14y agohttps://github.com/gitlabhq/gitlab-recipes/blob/master/install/v4/ubuntu_server_1204.sh https://github.com/gitlabhq/gitlab-recipes/blob/master/insta... might help
- sytse 14y agoYou are right about Python still being required. I guess it is needed for syntax highlighting http://pygments.org/ http://pygments.org/ I would recommend against using the Vagrant image for production, it is meant for development. For production you can use a CentOS cookbook https://github.com/atomic-penguin/cookbook-gitlab https://github.com/atomic-penguin/cookbook-gitlab or an Ubuntu script https://github.com/gitlabhq/gitlab-recipes/blob/master/install/v4/ubuntu_server_1204.sh https://github.com/gitlabhq/gitlab-recipes/blob/master/insta...