[Other doc versions]
[Doc downloads]
If Stash is installed as a service on Windows or Linux systems, it will be started automatically when the system boots.
Windows
Start and stop the Stash service from the services console, on Windows.
Linux
Manage the Stash service using the following commands:
# service atlstash status # service atlstash stop # service atlstash start
Mac OS X
On Mac OS X, you will need to restart Stash manually, as described below.
You can start and stop Stash manually as follows:
Start and stop Stash using the Stash items in the Windows Start menu. Use the URL item there to visit Stash in your default browser.
Alternatively, start Stash from a command prompt, by changing directory to the <Stash installation directory>
and running the following command:
bin\start-stash.bat
Stop Stash manually by changing directory to the <Stash installation directory>
and running the following command:
bin\stop-stash.bat
Start and stop Stash manually using the scripts provided.
Start Stash by changing directory in a terminal to the <Stash installation directory>
and running:
bin/start-stash.sh
Stop Stash by changing directory in a terminal to the <Stash installation directory>
and running:
bin/stop-stash.sh
Start and stop Stash manually using the app icons (shown above) in the <Stash installation directory>
. These simply link to the start-stash.sh
and stop-stash.sh
scripts in <Stash installation directory>/bin
.
Use the URL icon to visit Stash in your default browser.