mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
Update dockerfile and docs to v0.6.5 release
This commit is contained in:
parent
545fb64c00
commit
acd2a89d5a
@ -5,7 +5,7 @@ RUN apt-get update && \
|
||||
apt-get install -y gzip tar wget
|
||||
|
||||
# Now install Focalboard as a seperate layer
|
||||
RUN wget https://github.com/mattermost/focalboard/releases/download/v0.6.1/focalboard-server-linux-amd64.tar.gz && \
|
||||
RUN wget https://github.com/mattermost/focalboard/releases/download/v0.6.5/focalboard-server-linux-amd64.tar.gz && \
|
||||
tar -xvzf focalboard-server-linux-amd64.tar.gz && \
|
||||
mv focalboard /opt
|
||||
|
||||
|
@ -17,10 +17,10 @@ Popular hosted options include:
|
||||
|
||||
## Install Focalboard
|
||||
|
||||
Download the Ubuntu archive package from the appropriate [release in GitHub](https://github.com/mattermost/focalboard/releases). E.g. this is the link for v0.6.1:
|
||||
Download the Ubuntu archive package from the appropriate [release in GitHub](https://github.com/mattermost/focalboard/releases). E.g. this is the link for v0.6.5 (which may no longer be the latest one):
|
||||
|
||||
```
|
||||
wget https://github.com/mattermost/focalboard/releases/download/v0.6.1/focalboard-server-linux-amd64.tar.gz
|
||||
wget https://github.com/mattermost/focalboard/releases/download/v0.6.5/focalboard-server-linux-amd64.tar.gz
|
||||
tar -xvzf focalboard-server-linux-amd64.tar.gz
|
||||
sudo mv focalboard /opt
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user