This page describes the supported platforms for Bamboo 5.x.x.
Key: = Supported;
= Not Supported
Java |
|
|
---|---|---|
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. 1Note that your agents can build software with any JDK version. You only need to run the agent and server using a supported JDK. Note: Bamboo 5.1 Does NOT work with OpenJDK 1.6.0 |
OpenJDK |
| |
OS |
| |
Microsoft Windows | 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 | |
Linux / Solaris | ||
Apple Mac OS X | ||
アプリケーションサーバー |
| |
Apache Tomcat |
| 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 |
データベース |
| |
MySQL |
| |
PostgreSQL |
| |
Microsoft SQL Server |
| |
Oracle |
| |
HSQLDB |
| 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. |
ウェブブラウザー |
| |
Microsoft Internet Explorer |
| Note: Support for IE8 will be withdrawn after the release of Bamboo 5.4 in january 2014 |
Mozilla Firefox |
| |
Safari |
| |
Chrome |
| |
Source Repositories |
| |
Mercurial |
| NOTE : Mercurial 2.1 has a bug that makes it incompatible with Bamboo. Please use Mercurial 2.1.1 or later. |
Subversion |
|
|
Git |
| |
perforce | ||
CVS |
注意
Please note, Atlassian does not support custom elastic images. Consider customising the elastic agents started from your existing image instead. See Creating a custom elastic image.