Ubuntu 24.04
Sponsored Link

GitLab : स्थापित करना2024/07/05

 
GitLab स्थापित करें जो GitHub की तरह प्रोजेक्ट प्रबंधन प्रणाली है।
[1]
[2]
[3] GitLab स्थापित करना।
root@dlp:~#
apt -y install ca-certificates tzdata perl
root@dlp:~#
curl -O https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh

root@dlp:~#
bash ./script.deb.sh

root@dlp:~#
apt update

root@dlp:~#
apt -y install gitlab-ee
root@dlp:~#
gitlab-ctl reconfigure


......
.....
Notes:
Default admin account has been configured with following details:
Username: root
Password: You didn't opt-in to print initial root password to STDOUT.
Password stored to /etc/gitlab/initial_root_password. This file will be cleaned up in first reconfigure run after 24 hours.

NOTE: Because these credentials might be present in your log files in plain text, it is highly recommended to reset the password following https://docs.gitlab.com/ee/security/reset_user_password.html#reset-your-root-password.

gitlab Reconfigured!

# प्रारंभिक पासवर्ड की पुष्टि करें

root@dlp:~#
grep ^Password /etc/gitlab/initial_root_password

Password: IE9fEAflwz.....
[4] किसी भी क्लाइंट कंप्यूटर से आपके द्वारा [http://(your server's hostname or IP address)] पर सेट किए गए URL तक पहुंच।
उपयोगकर्ता [root] के साथ लॉगिन करना संभव है और पासवर्ड वही है जिसकी आपने ऊपर पुष्टि की है।
[5] यह GitLab इंडेक्स पेज है।
[6] [root] उपयोगकर्ता का पासवर्ड 24 घंटे बाद समाप्त हो जाएगा, इसलिए पहले इसे बदल लें।
[प्रोफ़ाइल संपादित करें] पर क्लिक करें।
[7] बाएँ फलक पर [पासवर्ड] आइकन पर क्लिक करें।
[8] आप यहां पर पासवर्ड बदल सकते हैं. GitLab इंस्टॉल करना ठीक है।
मिलान सामग्री