top | item 21656501

(no title)

softwarelimits | 6 years ago

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!

Or does exist a mirror on github.com? ;)

discuss

order

andrelaszlo|6 years ago

If you just want to try it out, the easiest is often Gitlab Development Kit.

    gem install gitlab-development-kit
    gdk init
    cd gitlab-development-kit
    gdk run
I doubt it will work today though; it's probably pulling everything from Gitlab.

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

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

Otherwise I would try the docker container OR just install it with omnibus in a VM: https://about.gitlab.com/install/

maxnoe|6 years ago

Get the docker image from dockerhub