Registrering av handling

dependabot[bot] 9a6e5319c8 Bump minimist in /handlereg.web.frontend/src/main/frontend 2 years ago
handlereg.backend e6116ec2e1 Use karaf 4.3.3, postgresql JDBC 4.2.24, junit jupiter 5.8.1, mockito 4.0.0 and assertj 3.21.0 2 years ago
handlereg.backend.testdata 78c962f155 Use a version of authservice without dependencyManagment version leakage 2 years ago
handlereg.db.liquibase a7a17f5099 Remove unused import 3 years ago
handlereg.db.liquibase.production 10a751ed8c Get versions for the OSGi 7 framework and the OSGi compendium from the karaf BoM 2 years ago
handlereg.db.liquibase.test baf518de5c Add Extra Vestli as a sample store and one of the favourites 2 years ago
handlereg.services 70e0f13eca Redirect to original request URL after successful login 2 years ago
handlereg.tests adc83221df Add dummy etc/users.properties to karaf used in pax exam integration test, to avoid test failing because users.properties is missing 2 years ago
handlereg.web.api 70e0f13eca Redirect to original request URL after successful login 2 years ago
handlereg.web.frontend 9a6e5319c8 Bump minimist in /handlereg.web.frontend/src/main/frontend 2 years ago
handlereg.web.security 10a751ed8c Get versions for the OSGi 7 framework and the OSGi compendium from the karaf BoM 2 years 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
scripts b79a16dbd3 Remove maven output suppresion from the travis-ci build configuration 3 years ago
.editorconfig 08f15e31c2 Initial commit 5 years ago
.gitignore ff3c1c22f1 Ignore TAGS file 3 years ago
.travis.settings.xml 47cc062047 Do snapshot deployment to maven.bang.priv.no 5 years ago
.travis.yml b79a16dbd3 Remove maven output suppresion from the travis-ci build configuration 3 years ago
LICENSE 08f15e31c2 Initial commit 5 years ago
README.org c4f2c700e8 Move the handlereg aggreate karaf repository out of the top pom and into a separate maven module 3 years ago
pom.xml 66ddec1b39 Upgrade authservice to 1.13.12 2 years ago

README.org

Registrering av handling

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

Utviklingsstatus

file:https://travis-ci.org/steinarb/handlereg.svg?branch=master

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

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