This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

This page describes the supported platforms for Bamboo 3.2.x.

Key: (tick) = Supported; (error) = Not Supported

Java バージョン


Sun JDK (1)

(tick) 1.6
(error) 1.7 (5)
(error) 1.5

OS

 

Microsoft Windows (2)

(tick)

Linux / Solaris (2)

(tick)

Apple Mac OS X (2)

(tick)

アプリケーションサーバー

 

Apache Tomcat (3)

(tick) 6.0.x
(tick) 5.5.x

データベース

 

MySQL

(tick) 5.x with JDBC Connector/J 5.1

PostgreSQL

(tick) 8.2+ with PostgreSQL Driver 8.4.x

Microsoft SQL Server

(tick) 2008 with JTDS 1.2.2
(tick) 2005 with JTDS 1.2.2

Oracle

(tick) 10G with Oracle 11.2.x
(tick) 11G with Oracle 11.2.x

HSQLDB (4)

(tick) (for evaluation only)

ウェブブラウザー

 

Microsoft Internet Explorer

(tick) 9.0
(tick) 8.0
(error) 7.0
(error) 6.x

Mozilla Firefox

(tick) Latest stable version supported
(tick) Tested with 3

Safari

(tick) Latest stable version supported
(tick) Tested with 4

Chrome

(tick) 最新の安定バージョンをサポート

Source Repositories

 

Mercurial

(tick) 1.6

Subversion

(tick) 1.5
(tick) 1.6

GIT

(tick)

perforce

(tick)

CVS

(tick)

Notes:
1. Sun JDK:

  • It is not enough to have the JRE only. Please ensure that you have the full JDK.
  • You can download the Java SE Development Kit (JDK) from the Sun website.
  • Once the JDK is installed, you will need to set the JAVA_HOME environment variable, pointing to the root directory of the JDK. Some JDK installers set this automatically (check by typing 'echo %JAVA_HOME%' in a DOS prompt, or 'echo $JAVA_HOME' in a shell). You need to do this before installing Bamboo, as Bamboo will automatically configure JDK capabilities based on the system environment variables on your machine.

2. Please note:

  • Bamboo is a pure Java application and should run on any platform, provided all the JDK requirements are satisfied.
  • If you are using Linux/UNIX: A dedicated user should be created to run Bamboo, as Bamboo runs as the user it is invoked under and therefore can potentially be abused. Here is an example of how to create a dedicated user to run Bamboo in Linux:
    $ sudo /usr/sbin/useradd --create-home --home-dir /usr/local/bamboo --shell /bin/bash bamboo

3. Deploying multiple Atlassian applications in a single Tomcat container is not supported. We do not test this configuration and upgrading any of the applications (even for point releases) is likely to break it. There are also a number of known issues with this configuration (see this FAQ for more information).

弊社では、多くの実用的な理由から、複数のアトラシアンアプリケーションを単一の Tomcat コンテナーにデプロイすることに関してサポートは行っておりません。第一に、アプリケーションをアップグレードするには Tomcat をシャットダウンする必要があります。第二に、1つのアプリケーションがクラッシュすると、その Tomcat コンテナーで実行中のその他のアプリケーションにアクセスできなくなります。

Finally, we recommend not deploying any other applications to the same Tomcat container that runs Bamboo, especially if these other applications have large memory requirements or require additional libraries in Tomcat's lib subdirectory.

4. Bamboo ships with a built-in HSQL database, which is fine for evaluation purposes but is somewhat susceptible to data loss during system crashes. For production environments we recommend that you configure Bamboo to use an external database.

5. We are working on adding support for JDK 1.7 in Bamboo 3.3. Note that your agents can build software with any JDK version, including version 1.7. You only need to run the agent and server using JDK 6.

  • ラベルなし