Added install-gitlab.ps1

This commit is contained in:
Markus Fleschutz 2024-10-15 13:13:46 +02:00
parent b777d25888
commit 435837b1cd

View File

@ -0,0 +1,12 @@
"1. Install and configure the necessary dependencies"
& sudo apt-get update
& sudo apt-get install -y curl openssh-server ca-certificates tzdata perl
# sudo apt-get install -y postfix
"2. Add the GitLab package repository and install the package"
& curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash