This page lists the supported platforms for Stash 1.2.x.
Key: = Supported;
= Not Supported
Java Version | |
---|---|
Oracle JDK (1) |
|
Operating Systems |
|
Microsoft Windows (2) | |
Linux (2) | |
Apple Mac OS X (2) |
|
Databases (4) | |
PostgreSQL |
|
Oracle |
|
Microsoft SQL Server | ![]() |
MySQL | ![]() ![]() |
HSQLDB |
|
Web Browsers |
|
Microsoft Internet Explorer |
|
Mozilla Firefox |
|
Safari |
|
Chrome |
|
DVCS Clients | |
Git - server side | ![]() |
Git - client side | ![]() |
Notes:
1. Oracle JDK:
- For the server, please ensure that you have the Java JDK. It is not enough to have just the JRE. JDKs other than the Oracle JDK are not supported.
- 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 command prompt, or 'echo $JAVA_HOME' in a shell). You should do this before installing Stash.
2. Please note:
- Stash 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 Stash, as Stash 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 Stash in Linux:
$ sudo /usr/sbin/useradd --create-home --home-dir /usr/local/Stash --shell /bin/bash Stash
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.
Finally, we recommend not deploying any other applications to the same Tomcat container that runs Stash, especially if these other applications have large memory requirements or require additional libraries in Tomcat's lib
subdirectory.
4. Please see our documentation on connecting Stash to an external database.
5. The version of Git installed on machines that interact with Stash must be compatible with the version of Git installed for use by the Stash server.