Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imio/imio.scan_helpers
Various script files to handle local scan tool
https://github.com/imio/imio.scan_helpers
Last synced: 5 days ago
JSON representation
Various script files to handle local scan tool
- Host: GitHub
- URL: https://github.com/imio/imio.scan_helpers
- Owner: IMIO
- License: gpl-3.0
- Created: 2024-07-15T08:46:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T07:21:50.000Z (4 months ago)
- Last Synced: 2024-12-25T18:31:01.956Z (10 days ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
imio.scan_helpers
=================
Various script files to handle MS Windows scan toolInstallation
------------
Use virtualenv in bin directory destinationBuild locally
-------------
bin/pyinstaller -y imio-scan-helpers.specGitHub actions
--------------
On each push or tag, the github action will build the package and upload it to the github release page.
https://github.com/IMIO/imio.scan_helpers/releasesWindows installation
--------------------
The zip archive must be decompressed in a directory (without version reference) that will be the execution directory.Windows usage
-------------
* imio-scan-helpers.exe -h : displays the help
* imio-scan-helpers.exe : updates the software based on version and restarts it
* imio-scan-helpers.exe -r tag_name: updates the software with specific release and restarts it
* imio-scan-helpers.exe -c client_id: stores client_id in configuration file
(used as identification when sending info to imio)
* imio-scan-helpers.exe -p plone_password: stores webservice password in configuration file
(used when sending info to imio)
* imio-scan-helpers.exe -nu : runs without update
* imio-scan-helpers.exe --startup : adds the software to the windows startup
* imio-scan-helpers.exe --startup-remove : removes the software from the windows startup
* profiles-backup.exe : backups profiles
* profiles-restore.exe : restores profiles