This page provides information about aspects of running the Stash installer. For high-level information about installing and using Stash see Getting started.

The installer will:

Stash をサービスとしてインストールする

On Linux and Windows systems, the installer can install Stash as a service.

A service account named 'atlstash' will be created.

Linux の場合

Windows の場合:

Console and unattended mode

The Stash installer has three modes:

Unattended mode also allows you to supply a response file with a -varfile option, to supply answers for all questions that are used instead of the defaults. An example response file is:

 // Should Stash be installed as a Service? Must be ADMIN (default: true if the process is running with administrator rights, false otherwise). If false, the home and installation directories must be specified to point to directories owned by the user
app.install.service$Boolean=true

// The ports Stash should bind to (defaults: portChoice=default, httpPort=7990, serverPort=8006)
portChoice=custom
httpPort=7990
serverPort=8006


// Path to the Stash HOME directory (default: /var/atlassian/application-data/stash if the process is running with administrator rights, ~/atlassian/application-data/stash otherwise)
app.stashHome=/var/atlassian/application-data/stash


// The target installation directory (default: /opt/atlassian/stash/<VERSION> if the process is running with administrator rights, ~/atlassian/stash/<VERSION> otherwise)
sys.installationDir=/opt/atlassian/stash/<VERSION>

For more information see this page.