Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The installation instructions for the server install don't seem to work. #94

Closed
it33 opened this issue Mar 18, 2021 · 2 comments
Closed
Labels
Bug Something isn't working

Comments

@it33
Copy link
Contributor

it33 commented Mar 18, 2021

Bug report from HackerNews: https://news.ycombinator.com/reply?id=26500833&goto=item%3Fid%3D26499062%2326500833

The installation instructions for the server install don't seem to work.
> wget https://releases.mattermost.com/focalboard/0.5.0/focalboard-...

> tar -xvzf focalboard-server-linux-amd64.tar.gz

The file is actually a zip with the tar.gz inside:

focalboard-server-linux-amd64.tar.gz: Zip archive data, at least v2.0 to extract

$ unzip -l focalboard-server-linux-amd64.tar.gz

Archive: focalboard-server-linux-amd64.tar.gz

Length Date Time Name

--------- ---------- ----- ----

12461347 02-02-2021 00:38 focalboard-server-linux-amd64.tar.gz

-------- -------

12461347 1 files

Running tar directly (as written in the instructions) will fail with:

$ tar -tzvf focalboard-server-linux-amd64.tar.gz

tar: invalid magic

tar: short read

It seems like there's something unintentionally producing a zip at the end of the build process.

@it33 it33 added the Bug Something isn't working label Mar 18, 2021
@creekorful
Copy link

Duplicate of #77 ?

@jespino
Copy link
Contributor

jespino commented Mar 18, 2021

Yes, thanks for the heads up @creekorful

@jespino jespino closed this as completed Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants