Registrering av handling

Steinar Bang c784dff1d8 Upgrade parent to get jersey 2.42 and jackson 2.16.2 and postgresql 42.7.3 2 days ago
.github f1d9d88f86 Replace java 11 with java 17 in github actions CI build 8 months 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 3 weeks ago
handlereg.web.frontend 3c94a984ae Reorganize saga functions to be in the calling order 2 days 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 4 months ago
pom.xml c784dff1d8 Upgrade parent to get jersey 2.42 and jackson 2.16.2 and postgresql 42.7.3 2 days 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