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

Distribution packaging, install guide #10

Closed
SpComb opened this issue Sep 19, 2016 · 1 comment
Closed

Distribution packaging, install guide #10

SpComb opened this issue Sep 19, 2016 · 1 comment

Comments

@SpComb
Copy link
Member

SpComb commented Sep 19, 2016

There are now automated binary builds (#6) in .tar.gz format, suitable for unpacking into /opt/qmsk-e2. This is a slightly lame distribution/packaging format, since it requires some manual work to setup the system user + systemd service etc. to actually run it.

This needs a better install guide on how to install and configure the binary build tarballs:

$ curl -vL https://github.com/qmsk/e2/releases/download/v0.2.2/qmsk-e2_0.2.2_linux-arm.tar.gz | sudo tar -C /opt -xzv
$ sudo ln -s qmsk-e2_0.2.2_linux-arm /opt/qmsk-e2
$ ls -la /opt/                              
total 4
drwxr-xr-x 1 root root   64 Sep 12 21:14 .
drwxr-xr-x 1 root root  152 Sep 12 21:11 ..
lrwxrwxrwx 1 root root   25 Sep 12 21:14 qmsk-e2 -> qmsk-e2_0.2.2_linux-arm
drwxr-xr-x 1 1000 users  24 Sep 12 21:06 qmsk-e2_0.2.2_linux-arm
$ /opt/qmsk-e2/bin/tally --http-listen=:8001 --http-static=/opt/qmsk-e2/static 
2016/09/12 21:15:19 Serve static /static/ from /opt/qmsk-e2/static
2016/09/12 21:15:19 tally: Update: sources=0 inputs=0 outputs=0 tallys=0

Ideally there would be something even easier to install like a raspian .deb, or an entire bootable buildroot image.

@SpComb
Copy link
Member Author

SpComb commented Aug 3, 2018

Fixed in #38

@SpComb SpComb closed this as completed Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant