gitlab-recipes icon indicating copy to clipboard operation
gitlab-recipes copied to clipboard

Mostly unofficial GitLab recipes for setup on different platforms, update etc...

Results 29 gitlab-recipes issues
Sort by recently updated
recently updated
newest added

GitHub import script: - now imports milestones; - add CLI switches --no-issues, --no-milestones; - add CLI option to import all repositories (both public and private): --all; - add CLIT option...

CentOS 6 installs MySQL 5.1 so I've added instructions to get the version 5.5 installed.

I basically followed the structure and copied the valid parts from the current CentOS 6.5 guide (so I kept everyone in "Contributors"). Thanks!

Hello, I had a need to update my install script when installing on a new VPS. This script may not be perfect -- it probably needs more testing outside of...

It's required to be able to clone with ``` git clone https://git.example.com/user/project ``` instead of ``` git clone https://git.example.com/user/project.git ``` as it already is on GitHub.

needs-review
nginx

since GitLab v6.2 it added `script/background_jobs` for Sidekiq launching so we'll use it.

systemd
needs-review
enhancement

Add iGitLab installer scripts for ubuntu and debian gitlabhq/gitlab-recipes#108 @axilleas https://github.com/gitlabhq/gitlab-recipes/pull/108

ubuntu
debian
install-script
needs-review

Hey, I've been running a passenger based install (on 4.0-stable and 4.1-stable) for a while, thought you may find the sample configuration helpful ...

needs-review
mod_passenger

I think it would be great if you guys could parametrize the Apache configurations with environment variables. This will save the users the efforts to edit the Apache configuration manually....