hi, I want to use gitlab in my server but without internet, in a LAN environment, can anyone tell how can I do that?
Hi,
you can download the omnibus packages and their dependencies on a host with internet, and copy them to the server, e.g. with rsync or scp. Which distribution are you using on your GitLab server?
Cheers,
Michael
hi,
i already have installed gitlab in my server but can i work with it just using for example a laptop in my local network without internet? and if i can, how could i do it?
Hi,
navigate into your GitLab project, select the “clone” button and use the git
CLI command on your notebook. That just works in your local network.
Or am I misunderstanding the question?
Cheers,
Michael
1 Like