内容へ移動
Penguin's Coffee Break
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
gitlab:インストール:ubuntu18.04
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== GitLabをUbuntu18.04にインストール ====== <code> # apt-get install -y curl openssh-server ca-certificates tzdata perl # apt-get install -y postfix # curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash # apt-get install gitlab-ce </code> /etc/gitlab/gitlab.rb <code> - external_url 'https://gitlab.example.com' + external_url 'https://hoge.com' </code> <code> gitlab-ctl reconfigure </code>
gitlab/インストール/ubuntu18.04.txt
· 最終更新: 2021/01/25 04:22 by
michiya
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ