Hmmm, just today I wanted to install a new virtual machine with the latest Gitlab release to check if it makes sense to run that inhouse... does anybod know if there is a VM, a vagrant machine, an ISO or a repository online that still can be used? Thanks!
The GDK installation has changed a bit (just set it up today, you need to run gdk install and gdk start (instead of run) for example). Please also note that it involves installing dependencies on your local machine, like e.g. Ruby / Postgres, etc. Here is the link to the GDK: https://gitlab.com/gitlab-org/gitlab-development-kit
andrelaszlo|6 years ago
For Docker, check out https://hub.docker.com/r/gitlab/gitlab-ce I haven't tried it out for myself but it seems popular :)
leipert|6 years ago
Otherwise I would try the docker container OR just install it with omnibus in a VM: https://about.gitlab.com/install/
bArray|6 years ago
> with the latest Gitlab release
Just wait till later/tomorrow. Setting up your own instance is relatively easy. Still, you can get most of the way without their repos...
https://www.techrepublic.com/article/how-to-set-up-a-gitlab-...
> Or does exist a mirror on github.com? ;)
It seems so: https://github.com/gitlabhq/gitlabhq
maxnoe|6 years ago