Ubuntu 24.04 GitLab をインストールする方法
環境
Ubuntu 24.04
SSHサーバー起動
SMTPサーバー起動
概要
GitHub ライクな プロジェクト管理ツール GitLab をインストールします。
1.GitLab をインストールします。
# apt -y install ca-certificates tzdata perl
2.script.deb.shをダウンロードします
# curl -O https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh # bash ./script.deb.sh
3.パッケージを更新します
# apt update
4.gitlab-eeをインストールします
# apt -y install gitlab-ee # gitlab-ctl reconfigure
5.初期パスワードを確認します
# grep ^Password /etc/gitlab/initial_root_password
6.Web ブラウザーを起動し、[http://(サーバーのホスト名 または IP アドレス)]
にアクセスします。ログインユーザー名 [root], パスワードは確認したパスワードで
ログインできます。