Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-22 | Fix versioning | vdo | 1 | -1/+1 | |
2017-11-20 | Update snap version to 0.11.1 | vdo | 1 | -1/+5 | |
2017-02-24 | Unify dist files and prime | vdo | 1 | -4/+4 | |
2017-02-24 | wrapper +x | vdo | 1 | -0/+0 | |
2017-02-24 | Add meta icon for snap | vdo | 1 | -0/+0 | |
2017-02-24 | Reorganize snap. Add daemon wrapper | vdo | 6 | -22/+92 | |
2016-09-11 | Fix portability issues discovered with fresh snap install. | Casey Marshall | 2 | -0/+2 | |
ARCH=native fixes SIGILL issues on other amd64 processors. Static library dependencies where supported. Package libunbound2 in the snap. | |||||
2016-09-11 | Add snap packaging. | Casey Marshall | 3 | -0/+20 | |
This adds [snap](https://snapcraft.io) packaging to the project. See the link for more information on snaps. Snap packages install on all Linux distributions. On Ubuntu, snap confinement with apparmor and seccomp provide an additional layer of security. This snap sets up monerod as a systemd service, which should start immediately on install. To access the wallet CLI, simply run `monero` (/snap/bin/monero). I think it's a really quick & easy way to get started with monero. I've made some opinionated decisions in the packaging just to kick this off, but I'm happy to iterate on this stuff. |