![]() |
Running gitlab community edition on Rock64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: General Discussion on ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=86) +--- Thread: Running gitlab community edition on Rock64 (/showthread.php?tid=6048) |
Running gitlab community edition on Rock64 - seaurchin - 05-10-2018 Hi, I want to run gitlab community edition for testing purpose , Looking at Requirements page I think it should work: https://docs.gitlab.com/ee/install/requirements.html however if anyone has any good point to through or have experience running gitlab on Rock64 please share ! RE: Running gitlab community edition on Rock64 - digitaldaz - 05-11-2018 (05-10-2018, 09:26 AM)seaurchin Wrote: Hi, Though I do not have it yet running on Rock64 you may want to try Gogs: https://gogs.io/ I used Gitlab for a while but find Gogs much lighter and for me, it has more features. RE: Running gitlab community edition on Rock64 - pfeerick - 05-12-2018 The requirements neglect to mention the required/supported architectures... which arm64 / aarch64 is not one of... https://gitlab.com/gitlab-org/gitlab-ce/issues/21844 Having said, if you follow the link in the comment by Joridi, you'll see that somebody has gotten Gitlab CE running on arm64 architecture. I would also recommend gogs though... much lighter, and quite easy to run up (on the pine64 at least, so should be no problem on the rock64). RE: Running gitlab community edition on Rock64 - i69fstop - 05-31-2018 Hi I am able to test gitlab-ce in OMV4 docker in armhf version. It use about ~ 1Gb out of my 4G from Rock64 Code: #docker stats gitlab First pull from https://hub.docker.com/r/ulm0/gitlab/; thanks to ulm0 at https://github.com/ulm0/gitlab Code: docker pull ulm0/gitlab Here is config container, replace example with your variables...important to config GITLAB_OMNIBUS_CONFIG Code: docker create \ Nginx proxy: Code: location / { RE: Running gitlab community edition on Rock64 - yhsa678 - 07-10-2018 (05-10-2018, 09:26 AM)seaurchin Wrote: Hi, This gitlab package for debian stretch works for me so far, just `sudo apt-get install gitlab` https://packages.debian.org/search?suite=all&arch=arm64&keywords=gitlab https://packages.debian.org/stretch/gitlab |