Bitbucket Server をアーカイブ ファイルから Linux にインストールする
このページでは、tar.gz ファイルを使用して手動で、外部データベースのある本番環境に Bitbucket Server をインストールする方法を説明します。
この方法では、インストールプロセスをユーザーが最大限制御できます。
Bitbucket Server のその他のインストール方法
On this page
はじめる前に
Bitbucket Server をインストールする前に、いくつかの質問に答える必要があります。
サポートされているオペレーティングシステムと Java のバージョンを使用していますか? | |
Bitbucket Server をサービスとして実行する予定ですか? | |
Bitbucket は既定で 7990、7992、および 7993 ポートを使用します。これらは利用可能ですか? | |
データベースはセットアップ済みで使用可能な状態ですか? | |
Bitbucket Server ライセンスを持っていますか? | |
Git および Perl の適切なバージョンをインストールしていますか? | |
JAVA_HOME 変数が正しく設定されていますか? | |
Elasticsearch のリモート インスタンスを使用する必要はありますか? |
Bitbucket Server のインストール
1. Bitbucket Server をダウンロードする
Download the tar.gz
file - www.atlassian.com/software/bitbucket/download.
2. インストールディレクトリの作成
Create your installation directory (with full control permission) – this is where Bitbucket will be installed. Avoid using spaces or special characters in the path. We'll refer to this directory as your
<installation-directory>
.Extract the
tar.gz
file to your<installation-directory>
.
3. ホームディレクトリの作成
- Create your home directory (with full control permission) – this is where your Bitbucket Server data is stored. This should be separate to your installation directory. We'll refer to this directory as your
<home-directory>
. Edit
<installation-directory>/bin/set-bitbucket-home.sh
file – uncomment theBITBUCKET_HOME
line and add the absolute path to your home directory.
4. Bitbucket を起動する
Change directory to the
<installation-directory>
and run this command:bin/start-bitbucket.sh
In your browser, go to
http://localhost:7990/
and run through the Setup Wizard.
Bitbucket のセットアップ
Bitbucket Server の初回起動時にブラウザでアクセスすると、セットアップ ウィザードが自動的に実行されます。
5. データベースへの接続
- データベースをまだ作成していない場合、ここで作成します。詳細については、このページの「はじめる前に」セクションを参照してください。
データベースとして [外部] を選択し、ドロップダウン メニューからデータベース タイプを選択して、データベースの詳細情報を入力します。
6. ライセンス キーの追加
また、このステップでベース URL を設定できます (あとから行うこともできます)。
7. 管理者アカウントの作成
- 管理者アカウントの詳細情報を入力します。
Select either Go to Bitbucket to go straight to the Bitbucket interface or Integrate with Jira to create your connection with an existing Jira application.
9. Bitbucket Server の使用を開始する
次のステップ
本番環境に Bitbucket をセットアップする場合、次に、以下の部分を設定することをおすすめします。
- Connect Bitbucket to a user directory - manage users/groups stored in an external directory.
- Run Bitbucket as a dedicated user - run Bitbucket from a user account with restricted privileges.
- Secure the Bitbucket home directory - secure the home directory against unauthorized access.
- Proxy and secure Bitbucket - run Bitbucket behind a reverse proxy and enable HTTPS access.
- Establish a data recovery plan - backup the home directory and database of your instance.
Read more about setting up Bitbucket for an enterprise here: Using Bitbucket in the enterprise.