Playwright doesn't support Fedora distribution. Following is a description how to run the tests using Ubuntu 22.04 image using distrobox
which is fairy supported on various Linux distributions.
sudo dnf install distrobox podman
Playwright doesn't support Fedora distribution. Following is a description how to run the tests using Ubuntu 22.04 image using distrobox
which is fairy supported on various Linux distributions.
sudo dnf install distrobox podman
Note
Last updated: January 12, 2025
Posledná verzia eID Klient je 5.0. K dispozícií je ako AppImage, teda inštalácia pre Fedoru je bez problémov.
Tu je rýchly spôsob, vrátane stiahnutia súboru. Je potrebné aby užívateľ inštalujúci aplikáciu mal možnosť sudo
.
export PATH_GALLEON=/home/pskopek/tmp/galleon/galleon-6.0.3.Final | |
# usage ./galleon_pack_test.sh <dir_name> <keycloak_saml_adapter_version> <wildfy_version> | |
rm -rf $1 | |
java -jar $PATH_GALLEON/bin/galleon-cli.jar install wildfly:current#${3:-33.0.2.Final} --dir=$1 --layers=ee-core-profile-server,jaxrs-server,datasources-web-server,deployment-scanner,embedded-activemq,ejb,webservices,undertow-https | |
java -jar $PATH_GALLEON/bin/galleon-cli.jar install org.wildfly:wildfly-datasources-galleon-pack:9.0.0.Final --dir=$1 --layers=postgresql-driver | |
java -jar $PATH_GALLEON/bin/galleon-cli.jar install org.keycloak:keycloak-saml-adapter-galleon-pack:$2 --dir=$1 --layers=keycloak-client-saml,keycloak-client-saml-ejb |
sudo dnf install postgresql-server
sudo su - postgres
initdb
pg_ctl -D /var/lib/pgsql/data -l logfile start
createuser keycloak -d -P
createdb -O keycloak keycloak
exit
I hereby claim:
To claim this, I am signing this object:
/* | |
* JBoss, Home of Professional Open Source | |
* Copyright 2015 Red Hat, Inc., and individual contributors | |
* as indicated by the @author tags. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |