Registrering av handling

dependabot[bot] 9a6e5319c8 Bump minimist in /handlereg.web.frontend/src/main/frontend 2 år sedan
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 år sedan
handlereg.backend.testdata 78c962f155 Use a version of authservice without dependencyManagment version leakage 2 år sedan
handlereg.db.liquibase a7a17f5099 Remove unused import 3 år sedan
handlereg.db.liquibase.production 10a751ed8c Get versions for the OSGi 7 framework and the OSGi compendium from the karaf BoM 2 år sedan
handlereg.db.liquibase.test baf518de5c Add Extra Vestli as a sample store and one of the favourites 2 år sedan
handlereg.services 70e0f13eca Redirect to original request URL after successful login 2 år sedan
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 3 år sedan
handlereg.web.api 70e0f13eca Redirect to original request URL after successful login 2 år sedan
handlereg.web.frontend 9a6e5319c8 Bump minimist in /handlereg.web.frontend/src/main/frontend 2 år sedan
handlereg.web.security 10a751ed8c Get versions for the OSGi 7 framework and the OSGi compendium from the karaf BoM 2 år sedan
jacoco-coverage-report 1c794115d4 Add sonar test coverage 2 år sedan
karaf 5c127ddf06 Use authservice 1.11.17, with a changed maven url for the feature repository 3 år sedan
scripts b79a16dbd3 Remove maven output suppresion from the travis-ci build configuration 3 år sedan
.editorconfig 08f15e31c2 Initial commit 5 år sedan
.gitignore ff3c1c22f1 Ignore TAGS file 3 år sedan
.travis.settings.xml 47cc062047 Do snapshot deployment to maven.bang.priv.no 5 år sedan
.travis.yml b79a16dbd3 Remove maven output suppresion from the travis-ci build configuration 3 år sedan
LICENSE 08f15e31c2 Initial commit 5 år sedan
README.org c4f2c700e8 Move the handlereg aggreate karaf repository out of the top pom and into a separate maven module 3 år sedan
pom.xml 66ddec1b39 Upgrade authservice to 1.13.12 2 år sedan

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