Every time I try to run that, everything works until it unpacks, I’ve been stuck on Unpacking gitlab-ce for over 4 hours, not sure if this is correct or not. I’ve changed operating system three times.
I’m not sure what I am doing wrong,
The only thing I can think of is my setup is as follows
SSD (Boot drive)
Raid 1 (2tb HDD) ← Was wondering if this is the reason
To access from the internet, you will need to redirect the ports on the router for ports 80, 443 to the internal IP of your server. This depends on the router, but can be port forwarding or something similar to this.
Unless you provided a custom password during installation, a password will be randomly generated and stored for 24 hours in `/etc/gitlab/initial_root_password` . Use this password with username `root` to login.
Installing 14.0.2 outputs the root password to the console at the end of the install. If you didn’t remember this or copy it, then you will need to reset it:
if you changed the ports, then you changed them in the gitlab.rb file. Otherwise they are port 80 for http and port 443 for https.
You can edit the gitlab.rb file using nano or vim or your favourite console text editor.
First needs to be a partition on the disk. Second, need to mount it somewhere, eg: /mnt and then we can stop gitlab, move the contents of /var/opt/gitlab to this /mnt place and then unmount it, and mount the new disk partition to /var/opt/gitlab. Then start gitlab.
I think for now, concentrate on what you have, and in the meantime, learn a bit of admin for Linux systems in terms of creating partitions etc, and mounting/unmounting, how to edit /etc/fstab so that the partition will mount automatically, etc.