LoginSignup
3
3

More than 5 years have passed since last update.

Amazon EC2 に GitLab をインストール

Last updated at Posted at 2015-03-23

参照ページ Download GitLab Community Edition

SSHでEC2へアクセスする。


sudo apt-get install openssl-server
sudo apt-get install postfix

# ダウンロードするファイルはGitLabサイトを参照
wget https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.9.0-omnibus.2-1_amd64.deb
sudo dpkg -i gitlab_7.9.0-omnibus.2-1_amd64.deb

sudo gitlab-ctl reconfigure

# 設定を変更する場合は /etc/gitlab/gitlab.rb を編集し、再度 reconfigure を実行します。

タイムゾーン設定

# /etc/gitlab/gitlab.rb の次の行を有効にし、Tokyoに設定します。
config.time_zone = 'Tokyo'

# 設定変更を適用します。
sudo gitlab-ctl reconfigure

ブラウザでアクセスし、以下のアカウントでログインする。
ID: root
PW: 5iveL!fe

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3