Predrag Punosevac wrote: > Hi Misc, > > A question for Ruby gurus among OpenBSD users. Is it possible to run > GitLab on OpenBSD? I see some reports of people running GitLab on > FreeBSD
Not a ruby guru, but yes it can be done in principle. However, I just gave it a quick try and don't use it in production though. You'll have to do the manual setup though. These are the instructions I used: https://gitlab.com/gitlab-org/gitlab-ce/blob/8-1-stable/doc/install/installation.md All required packages should be in ports. For sidekiq, you might this fix: https://github.com/mperham/sidekiq/commit/a6ea55d16fb0060b8ee0a322bede1951cff51fba And you may need to tweak the syntax in the gitlab lib/support/init.d/gitlab/gitlab shellscript (and the scripts is calls) or change it to use bash. > https://github.com/gitlabhq/gitlab-recipes/blob/master/install/freebsd/freebsd-10.md > > > Best, > Predrag

