Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created April 29, 2021 12:10
Show Gist options
  • Save LinuxlinkedBD/e025b7bcb76a50786bb56dfe48867f77 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/e025b7bcb76a50786bb56dfe48867f77 to your computer and use it in GitHub Desktop.
Gitlab installation on Ubuntu server
If you need complete Gitlab setup and configuration, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/HfcGcMZ0a_c
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
apt-get update
apt-get upgrade
sudo apt-get update && apt-get upgrade
sudo apt-get install software-properties-common
sudo git config --global user.name "YourUserName"
sudo git config --global user.email "YourEmailAddress"
sudo apt list --upgradable
sudo apt upgrade -y
sudo apt -f install
sudo apt -y autoremove
sudo apt -y autoclean
sudo apt -y clean
sudo apt update
#broswe to htttp://localhost and change password and complete registration and then re-login with new credentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment