This page describes the supported platforms for
.
Key:
= Supported;
= Not Supported
Java バージョン | |
|---|
Sun/Oracle JDK (1, 5)
| 1.6
1.7 1.5
|
OS | |
|---|
Microsoft Windows (2) | 
|
Linux / Solaris (2) | 
|
Apple Mac OS X (2) | 
|
アプリケーションサーバー | |
|---|
Apache Tomcat (3) | 6.0.x 5.5.x
|
データベース | |
|---|
MySQL | 5.x with JDBC Connector/J 5.1
|
PostgreSQL | 8.2+ with PostgreSQL Driver 8.4.x
|
Microsoft SQL Server | 2008 with JTDS 1.2.2 2005 with JTDS 1.2.2
|
Oracle | 10G with Oracle 11.2.x 11G with Oracle 11.2.x
|
HSQLDB (4) | (for evaluation only)
|
ウェブブラウザー | |
|---|
Microsoft Internet Explorer | 9.0 8.0 7.0 6.x
|
Mozilla Firefox | Latest stable version supported Tested with 3
|
Safari | Latest stable version supported Tested with 4
|
Chrome | 最新の安定バージョンをサポート
|
Source Repositories | |
|---|
Mercurial | 1.6
|
Subversion | 1.5 1.6
|
GIT | 
|
perforce | 
|
CVS | 
|
Notes:
1. Sun/Oracle JDK:
- For the server, it is not enough to have just the JRE. Please ensure that you have the full JDK.
- You can download the Java SE Development Kit (JDK) from the Oracle 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.

3. 
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. Note that your agents can build software with any JDK version. You only need to run the agent and server using a supported JDK.