macOS
Table of Contents
- Apple Silicon
- Install
- Upgrade
- Remove
- Intel
- Install
- Upgrade
- Remove
Apple Silicon
Install
- Download latest
stash-macos-applesilicon
binary from GitHub repository. - Run
./stash-macos-applesilicon
from the terminal. - If you have trouble, try running
chmod u+x stash-macos-applesilicon
to make the file executable.
- If everything went well, it should open a browser tab http://localhost:9999 to get started.
Upgrade
- Stop Stash server. Either by closing the terminal window or by stopping the process from Activity Monitor.
- Download latest
stash-macos-applesilicon
binary from GitHub repository. - Delete old
stash-macos-applesilicon
binary and replace it with the newly downloaded one. - Run
./stash-macos-applesilicon
from the terminal. - If you have trouble, try running
chmod u+x stash-macos-applesilicon
to make the file executable.
- If everything went well, it should open a browser tab http://localhost:9999 to get started.
- You might be asked to perform a database migration depending on the changes included in the new release. Follow the steps.
- Automatic backup will be performed before the migration.
- If any issues arise during the migration your database will be automatically restored from the backup.
- You should be good to go.
Remove
- Stop Stash server.
- Delete
stash-macos-applesilicon
. - Delete
$HOME/.stash
.
Intel
Install
- Download latest
stash-macos-intel
binary from GitHub repository. - Run
./stash-macos-intel
from the terminal. - If you have trouble, try running
chmod u+x stash-macos-intel
to make the file executable.
- If everything went well, it should open a browser tab http://localhost:9999 to get started.
Upgrade
- Stop Stash server. Either by closing the terminal window or by stopping the process from Activity Monitor.
- Download latest
stash-macos-intel
binary from GitHub repository. - Delete old
stash-macos-intel
binary and replace it with the newly downloaded one. - Run
./stash-macos-intel
from the terminal. - If you have trouble, try running
chmod u+x stash-macos-intel
to make the file executable.
- If everything went well, it should open a browser tab http://localhost:9999 to get started.
- You might be asked to perform a database migration depending on the changes included in the new release. Follow the steps.
- Automatic backup will be performed before the migration.
- If any issues arise during the migration your database will be automatically restored from the backup.
- You should be good to go.
Remove
- Stop Stash server.
- Delete
stash-macos-intel
binary file. - Delete
$HOME/.stash
folder.