release: Add snap installation instructions to the README.

This commit is contained in:
Andrew Hamilton 2021-12-06 15:47:07 +10:00
parent 4b1e141126
commit bc83e9f736
3 changed files with 31 additions and 4 deletions

View file

@ -1,5 +1,12 @@
6 December 2021
- Added snap installation option.
- Improved the web interface.
- Reorganized source into seperate python projects.
18 October 2021
- Moved to Ubuntu 21.10.

View file

@ -28,6 +28,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
# cd eris
# ./install
# eris -h
# eris-webserver <project>
### Docker
@ -37,12 +38,21 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
# cp packaging/eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH
# eris -h
### Snap
# Download snap file from github releases page:
https://github.com/ahamilton/eris/releases
# snap install --dangerous eris_2021.12.06_amd64.snap
# eris -h
# eris.webserver <project>
# rm eris_2021.12.06_amd64.snap # The snap file is no longer needed.
### AppImage
# Download AppImage file from github releases page:
https://github.com/ahamilton/eris/releases
# chmod +x eris-2020-09-24.AppImage
# mv eris-2020-09-24.AppImage ~/bin/eris # e.g. Put appimage in your PATH
# chmod +x eris_2021.12.06.AppImage
# mv eris_2021.12.06.AppImage ~/bin/eris # e.g. Put appimage in your PATH
# eris -h
## Tools