You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to fully validate the silver level of OpenSSF Best Practices Badges for our project, we have to improve our process and documentation for easily install and uninstall CoMPAS.
Here is the requirement to meet:
The project MUST provide a way to easily install and uninstall the software produced by the project using a commonly-used convention. [installation_common]
Examples include using a package manager (at the system or language level), "make install/uninstall" (supporting DESTDIR), a container in a standard format, or a virtual machine image in a standard format. The installation and uninstallation process (e.g., its packaging) MAY be implemented by a third party as long as it is FLOSS.
A install manager is not useful in the case of CoMPAS. People have to install Container Images (Docker) and that's heavily depending on their environment. But there are description which parameter can be set to configure the Container Image.
And of course there is the Docker Compose Example to show people how it can be used.
Maybe we can also explain how Alliander did deploy it on OpenShift with Microsoft Azure as authenticator.
Add a new application.properties file that can be used to run locally that is disabling all the authentication and authorization. Single projects can be ran with the CLI (example in each project README.md)
In order to fully validate the silver level of OpenSSF Best Practices Badges for our project, we have to improve our process and documentation for easily install and uninstall CoMPAS.
Here is the requirement to meet:
The project MUST provide a way to easily install and uninstall the software produced by the project using a commonly-used convention. [installation_common]
Examples include using a package manager (at the system or language level), "make install/uninstall" (supporting DESTDIR), a container in a standard format, or a virtual machine image in a standard format. The installation and uninstallation process (e.g., its packaging) MAY be implemented by a third party as long as it is FLOSS.
Here is the questionnaire :
https://bestpractices.coreinfrastructure.org/en/projects/5925?criteria_level=1
The text was updated successfully, but these errors were encountered: