IT井戸端会議

IT井戸端会議

インフラ、ネットワーク、アプリケーション開発、IT界隈の話等々を東京都千代田区界隈から発信します。

confluence(こんふるえんす)を使ってみる(インストール)

confluence(wikiのようなコミュニケーションような文書管理のようなツール)の無料体験版(30日)をインストールし使ってみる

◆参考 wikipedia confluenceの企業サイト

◆環境 OS:CentOS6.6(2.6.32-504.30.3.el6.x86_64) PP:confluence5.8.6

confluenceをダウンロード

# wget https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-5.8.6-x64.bin

インストール 数回応答要求があるが今回は全てでデフォルト設定

# sh ./atlassian-confluence-5.8.6-x64.bin
Unpacking JRE ...
Starting Installer ...
Jul 29, 2015 2:39:07 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
Jul 29, 2015 2:39:07 PM java.util.prefs.FileSystemPreferences$2 run
INFO: Created system preferences directory in java.home.

This will install Confluence 5.8.6 on your computer.
OK [o, Enter], Cancel [c]

Choose the appropriate installation or upgrade option.
Please choose one of the following:
Express Install (uses default settings) [1],
Custom Install (recommended for advanced users) [2, Enter],
Upgrade an existing Confluence installation [3]

Where should Confluence 5.8.6 be installed?
[/opt/atlassian/confluence]

Default location for Confluence data
[/var/atlassian/application-data/confluence]

Configure which ports Confluence will use.
Confluence requires two TCP ports that are not being used by any other
applications on this machine. The HTTP port is where you will access
Confluence through your browser. The Control port is used to Startup and
Shutdown Confluence.
Use default ports (HTTP: 8090, Control: 8000) - Recommended [1, Enter], Set custom value for HTTP and Control ports [2]

Confluence can be run in the background.
You may choose to run Confluence as a service, which means it will start
automatically whenever the computer restarts.
Install Confluence as Service?
Yes [y, Enter], No [n]

Extracting files ...

Please wait a few moments while Confluence starts up.
Launching Confluence ...
Installation of Confluence 5.8.6 is complete
Your installation of Confluence 5.8.6 is now ready and can be accessed via
your browser.
Confluence 5.8.6 can be accessed at http://localhost:8090
Finishing installation ...
#

ブラウザでhttp://:(IPADDR}:(port)でアクセス ポートインストール時に設定した番号 ※デフォルトは8090 f:id:candapc:20160118022648j:plain

画面を日本語化 f:id:candapc:20160118022652j:plain

トライアル版のインストールを選択 f:id:candapc:20160118022655j:plain

アドオンの選択 ※今回は何も選択しない f:id:candapc:20160118022657j:plain

アカウントが無いためアカウントがないを選択 f:id:candapc:20160118022700j:plain

アカウント情報を入力しアカウントとライセンスキーを作成を押下 ※会社名は入力しなくてもよい f:id:candapc:20160118022703j:plain

登録したメールアドレスで受信したメールにある[Verify my email address]をクリック f:id:candapc:20160118023133j:plain

マイアカウントにアクセスしライセンスを確認 f:id:candapc:20160118023136j:plain