componentinstaller
Official Installer for the rich client application PySSA.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.2%) to scientific vocabulary
Repository
Official Installer for the rich client application PySSA.
Basic Info
- Host: GitHub
- Owner: urban233
- License: gpl-3.0
- Language: Kotlin
- Default Branch: main
- Size: 34.3 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 3
Metadata Files
README.md
Component Installer for deploying PySSA
Contents of this document
- Description
- Contents of this repository
- Build
- Dependencies
- Citation
- References and useful links
- Acknowledgements
Description
The Component Installer is a software tool designed for use as a component-based installer. It is capable of addressing a range of deployment contexts that typically necessitate more intricate configuration than is typically required in other scenarios. The PySSA Installer serves as a case study demonstrating the potential utility of the component-based installation methodology.
Contents of this repository
Sources
The repository comprises four distinct source code units.
- src/main/java
- The package contains the communicator class, which is utilized for communication with WindowsTasks.exe.
- src/main/kotlin
- The package contains the main source code, including gui and model.
- WindowsWrapper/WindowsCmdElevator
- The package contains the class to elevate a normal cmd shell with admin privileges.
- WindowsWrapper/WindowsTasks
- The package contains the communicator, which facilitates communication with the Kotlin application, as well as a number of useful classes for the management of the MS Windows operating system.
Documentation
The "deployment" folder contains a user guide as PDF file. This PDF file is also available through the help menu item within the PySSA Component Installer. The user guide explains the installation and uninstallation of every component as well as the update procedure for ColabFold and PySSA. Furthermore, it contains a troubleshooting section for WSL2 and ColabFold.
Assets
The "assets" folder contains all logos including the WSL2, ColabFold and PySSA logo, as well as the PySSA Component Installer logo. If you are using PySSA Component Installer for your own projects, you are welcome to give credit to PySSA Component Installer by using the logo in your presentations, etc.
Build
The Component Installer consists of a Kotlin/Java project and a C# solution with two projects.
Windows
To deploy the installer on a Microsoft Windows OS (10 or 11), use the provided inno setup script as a starting point. Be aware that the inno setup compiler needs to be pre-installed!
Source code
The Kotlin/Java project is a Gradle project. In order to use the source code for your own software or do your own Component Installer build, download or clone the repository and open it in a Gradle-supporting IDE (e.g. IntelliJ) as a Gradle project and execute the build.gradle file. Gradle will then take care of installing all dependencies. A Java Development Kit (JDK) of version 17 must also be pre-installed and set as project JDK / project compiler.
The C# solution contains the C# project WindowsCmdElevator and WindowsTasks. Both can be compiled to an .exe file using the provided FolderProfile.pubxml files.
Dependencies
Needs to be pre-installed: * Java Development Kit (JDK) version 17 * Adoptium Open JDK (as one possible source of the JDK) * .NET 8.0 * Microsoft .NET 8.0
Managed by Gradle: * Java Native Access (JNA) version 5.8.0 * Java Native Access GitHub repository * LGPL, version 2.1 or later, or (from version 4.0 onward) the Apache License, version 2.0 * JeroMQ version 0.6.0 * JeroMQ GitHub repository * Mozilla Public License Version 2.0
Managed by NuGet: * NLog version 5.3.2 * NLog GitHub repository * BSD-3-Clause license * NetMQ version 4.0.1.13 * NetMQ GitHub repository * GNU Lesser General Public License 3
Citation
You can cite this software or this repository as it is defined in the CITATION.cff file.
References and useful links
Windows Subsystem for Linux * What is the Windows Subsystem for Linux? (Article) * How to install Linux on Windows with WSL (Article)
ZeroMQ * ZeroMQ Homepage * Java implementation (JeroMQ) * C# implementation (NetMQ)
Acknowledgements
Developers: * Martin Urban * Hannah Kullik
End-user testers: * Jonas Schaub * Achim Zielesny
Logo: * Martin Urban * Hannah Kullik
Initialization, conceptualization, and supervision: * Achim Zielesny and Angelika Loidl-Stahlhofen
The ComponentInstaller project team would like to thank the communities behind the open software libraries for their amazing work.
<!--
ComponentInstaller was developed at:
Zielesny Research Group
Westphalian University of Applied Sciences
August-Schmidt-Ring 10
D-45665 Recklinghausen Germany
--!>
Owner
- Name: Martin Urban
- Login: urban233
- Kind: user
- Repositories: 1
- Profile: https://github.com/urban233
Citation (CITATION.cff)
cff-version: 1.2.0
title: PySSA Component Installer
version: "1.0.0.0"
message: "If you use this software, please cite it as below."
type: software
authors:
- family-names: "Kullik"
given-names: "Hannah"
orcid: "https://orcid.org/0009-0004-5129-1298"
- family-names: "Urban"
given-names: "Martin"
orcid: "https://orcid.org/0009-0008-6834-5714"
- family-names: "Schaub"
given-names: "Jonas"
orcid: "https://orcid.org/0000-0003-1554-6666"
- family-names: "Loidl-Stahlhofen"
given-names: "Angelika"
orcid: "https://orcid.org/0000-0002-3158-9546"
- family-names: "Zielesny"
given-names: "Achim"
orcid: "https://orcid.org/0000-0003-0722-4229"
url: "https://github.com/urban233/ComponentInstaller"
license: "GPL-3.0"
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Martin Urban | m****n@s****e | 53 |
| Hannah Kullik | h****k@s****e | 18 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 8
- Total pull requests: 0
- Average time to close issues: 4 days
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.88
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 8
- Pull requests: 0
- Average time to close issues: 4 days
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.88
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JonasSchaub (8)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- net.java.dev.jna:jna 5.8.0 implementation
- net.java.dev.jna:jna-platform 5.8.0 implementation
- org.jetbrains.kotlinx:kotlinx-cli 0.3.5 implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.4 implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-swing 1.6.4 implementation
- org.jetbrains.kotlinx:kotlinx-serialization-json 1.3.2 implementation
- org.zeromq:jeromq 0.6.0 implementation
- NLog 5.3.2
- NetMQ 4.0.1.13