Bitbucket Server を zip ファイルから Windows にインストールする
このページでは、zipファイルを使用して手動で、外部データベースのある本番環境に Bitbucket Server をインストールする方法を説明します。
この方法では、インストールプロセスをユーザーが最大限制御できます。
Bitbucket Server のその他のインストール方法
このページの内容
はじめる前に
Bitbucket Server をインストールする前に、いくつかの質問に答える必要があります。
サポートされているオペレーティングシステムと Java のバージョンを使用していますか? | |
Bitbucket Server をサービスとして実行する予定ですか? | |
ポート 7990、7992、および 7993 は使用できますか? | |
データベースはセットアップ済みで使用可能な状態ですか? | |
Bitbucket Server ライセンスを持っていますか? | |
Git および Perl の適切なバージョンをインストールしていますか? | |
JAVA_HOME 変数が正しく設定されていますか? | |
Do you need to use a remote search server? |
Bitbucket Server のインストール
1. Bitbucket Server をダウンロードする
zip ファイルをダウンロードします。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 zip 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
<Bitbucket home directory>
.Bitbucket にホーム ディレクトリの場所を指定します。これは、次の 2 つのうちのいずれかの方法で行えます。
Edit
<installation-directory>/bin/
set-bitbucket-home.bat
file – uncomment theBITBUCKET_HOME
line and add the absolute path to your home directory.Or, you can set an environment variable to tell Bitbucket Server where you created your home directory by setting a
BITBUCKET_HOME
environment variable. To do this- Windows でシステム環境変数に移動します。
- [環境変数] をクリックした後、[システム変数] の下で [新規] をクリックします。
- Enter "
BITBUCKET_HOME
" as the Variable name, and the absolute path to your Bitbucket home directory as the Variable value. Don't use a trailing backslash.
4. Bitbucket を起動する
Change directory to the
<installation-directory>
and run this command:bin\start-bitbucket.bat
In your browser, go to
http://localhost:7990/
and run through the Setup Wizard.
Bitbucket のセットアップ
Bitbucket Server の初回起動時にブラウザでアクセスすると、セットアップ ウィザードが自動的に実行されます。
5. データベースへの接続
- データベースをまだ作成していない場合、ここで作成します。詳細については、このページの「はじめる前に」セクションを参照してください。
データベースとして [外部] を選択し、ドロップダウン メニューからデータベース タイプを選択して、データベースの詳細情報を入力します。
6. ライセンス キーの追加
また、このステップでベース URL を設定できます (あとから行うこともできます)。
7. 管理者アカウントの作成
- 管理者アカウントの詳細情報を入力します。
Click either Go to Bitbucket - to go straight to the Bitbucket interface, or Integrate with Jira - to create your connection with an existing Jira application.
8. 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.