1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Website: Download links

This commit is contained in:
Chen-I Lim 2021-02-04 10:41:30 -08:00
parent c9a4cea3d4
commit 21ed1d38e3
2 changed files with 9 additions and 7 deletions

View File

@ -10,22 +10,23 @@ Personal Desktop is a fully contained, standalone app meant for a single user, t
#### macOS
To install Personal Desktop for macOS:
1. Download the package from here (TODO).
1. Download the [Mac package](https://releases.mattermost.com/focalboard/0.5.0/focalboard-mac.zip)
2. Unzip the .zip archive
3. Copy the `Tasks.app` file to your Applications folder
3. Copy the `Focalboard.app` file to your Applications folder
4. Open it from the Applications folder
a. If you see a Gatekeeper error, right click on Focalboard.app, then click "open".
#### Windows
To install Personal Desktop for Windows:
1. Download the package from here (TODO).
1. Download the [Windows package](https://releases.mattermost.com/focalboard/0.5.0/focalboard-win.zip)
2. Unzip the .zip archive
3. Copy the folder to your Program Files folder (optional, you can put it anywhere)
4. Open `tasks-win.exe` from within the folder
4. Open `focalboard.exe` from within the folder
#### Linux Desktop
To install Personal Desktop for Linux:
1. Download the package from here (TODO).
1. Download the [Linux package](https://releases.mattermost.com/focalboard/0.5.0/focalboard-linux.tar.gz)
2. Unpack the .tar.gz archive
4. Open `tasks-app` from within the tasks-app folder
4. Open `focalboard` from within the focalboard folder

View File

@ -17,9 +17,10 @@ Popular hosted options include:
## Install Focalboard
[Download the Ubuntu archive package here](/download), then unpack it to /opt/focalboard:
[Download the Ubuntu archive package](https://releases.mattermost.com/focalboard/0.5.0/focalboard-server-linux-amd64.tar.gz), then unpack it to /opt/focalboard:
```
wget https://releases.mattermost.com/focalboard/0.5.0/focalboard-server-linux-amd64.tar.gz
tar -xvzf focalboard-server-linux-amd64.tar.gz
sudo mv focalboard /opt
```