Ralf <ralf+gentoo <at> ramses-pyramidenbau.de> writes:
> > From the gentoo wiki, it looks like all of the dependencies are already > > in portage:: > > https://wiki.gentoo.org/wiki/GitLab#Prerequisites.2FDependencies > I recommend to deploy gitlab inside a Debian LXC/Docker container as > Gitlab guys provide and maintain precompiled .deb packages. You do not > want to compile it on your own as it comes with a load of dependencies. > And once dependencies change you really might run into trouble with > gentoo. Gitlab isn't just a tiny one-click-and-it-runs webservice, it's > a whole ecosystem. I wonder if using 'app-arch/dpkg' to just install the .deb files on gentoo would work? Issues with using dpkg to install gitlab on gentoo inside a VM/container ? > For private use, I deployed my Gitlab inside a LXC container on my > Gentoo server box, everything else is really way too much tinkering > around. If you have no other problems in your life, just try it out and > go for it. Can you be more specific? Exactly which package(s) did you install this way? Is debian inside that LXC, or just pure gentoo? Are you using CI with this configuration? > > Any experiences with gitlab are most welcome for comment, good or bad. > Yes. Bad. Slow, unreactive, eats tons of resources. Doesn't scale with > large repos (except you have unlimited access to hardware resources). A > Linux kernel git mirror finally crashed it. On a cluster would be my approach, after the installation issues are ironed out on a single server install. > That's why I decided to switch to Gogs [1], even for business cases. > Gogs is implemented in Go, has a pretty active and responsive community > and (in my opinion) it is a well-maintained project. Looks and feels > like gitlab but is much faster and consumes a minimum of resources. I > strongly recommend to use Gogs. Just try it out on their website. Is this the gogs package you installed:: www-apps/gogs [1] [1] "go-overlay" layman/go-overlay Or did you just use a SaaS/PaaS for Gogs....? > They also provide a .deb package, that's the reason why I'm running it > inside a Debian LXC container as well. And this runs on a gentoo server, with debian inside the LXC? Or on a debian machine with LXC? Have you tried any VCS on a cluster (openstack/mesos/hadoop/others? curiously, James