Registrering av handling

Steinar Bang 7bc6f0b721 Deploy SNAPSHOT to maven.bang.priv.no from github actions master branch CI build 1 week ago
.github 7bc6f0b721 Deploy SNAPSHOT to maven.bang.priv.no from github actions master branch CI build 1 week ago
handlereg.backend c35d8f63d4 Use var for local variables in tests 1 month ago
handlereg.backend.testdata c35d8f63d4 Use var for local variables in tests 1 month ago
handlereg.db.liquibase c35d8f63d4 Use var for local variables in tests 1 month ago
handlereg.db.liquibase.production c35d8f63d4 Use var for local variables in tests 1 month ago
handlereg.db.liquibase.test c35d8f63d4 Use var for local variables in tests 1 month ago
handlereg.services c35d8f63d4 Use var for local variables in tests 1 month ago
handlereg.tests c35d8f63d4 Use var for local variables in tests 1 month ago
handlereg.web.api a78dd3d44c Replace use of deprecated class WebIniSecurityManagerFactory with IniWebEnvironment 1 month ago
handlereg.web.frontend f6b5864f7f Update npm dependencies to their currently newest versions 1 week ago
handlereg.web.security c35d8f63d4 Use var for local variables in tests 1 month ago
jacoco-coverage-report 1c794115d4 Add sonar test coverage 2 years ago
karaf 5c127ddf06 Use authservice 1.11.17, with a changed maven url for the feature repository 3 years ago
.editorconfig 08f15e31c2 Initial commit 5 years ago
.gitignore 81237094ab Ignore eclipse workspace data 1 year ago
LICENSE 08f15e31c2 Initial commit 5 years ago
README.org 969fd2b143 Add clickable URL to handlereg running on a local karaf installation to the README 5 months ago
pom.xml 4502a99b91 Upgrade parent to get liquibase 4.27.0 and to build with node.js 20.12.0 and karaf 4.4.5 1 week ago

README.org

Registrering av handling

Dette er en webapp som brukes til å registrere handling i butikker.

Utviklingsstatus

file:https://github.com/steinarb/handlereg/actions/workflows/handlereg-maven-ci-build.yml/badge.svg

Installasjon

Kjør følgende i karaf console:


  feature:repo-add mvn:no.priv.bang.handlereg/karaf/LATEST/xml/features
  feature:install handlereg-with-derby

Åpne følgende URL i en nettleser: http://localhost:8181/handlereg

Konfigurering av PostgreSQL-database

Kjør følgende i karaf console:


  config:edit no.priv.bang.handlereg.db.postgresql.HandleregPostgresqlDatabase
  config:property-set handlereg.db.jdbc.url "jdbc:postgresql:///handlereg"
  config:property-set handlereg.db.jdbc.user "karaf"
  config:property-set handlereg.db.jdbc.password "karaf"
  config:update

Lisens

Denne software'n er lisensiert under Apache License v2. Se fila LICENSE for detaljer