Registrering av handling

dependabot[bot] 881c856611 Bump axios in /handlereg.web.frontend/src/main/frontend 3 years ago
handlereg.backend ba82b6ad63 Remove liquibase log spam from the handlereg maven build 3 years ago
handlereg.backend.testdata 610f4fd3c7 Assert collection size with isPositive() instead of isGreaterThan(0) 3 years ago
handlereg.db.liquibase ba82b6ad63 Remove liquibase log spam from the handlereg maven build 3 years ago
handlereg.db.liquibase.production ba82b6ad63 Remove liquibase log spam from the handlereg maven build 3 years ago
handlereg.db.liquibase.test ba82b6ad63 Remove liquibase log spam from the handlereg maven build 3 years ago
handlereg.services 6078563f23 Use pax-jdbc-config to set up the JDBC datasources and configure schemas with liquibase 4 years ago
handlereg.web.api ba82b6ad63 Remove liquibase log spam from the handlereg maven build 3 years ago
handlereg.web.frontend 881c856611 Bump axios in /handlereg.web.frontend/src/main/frontend 3 years ago
handlereg.web.security ba82b6ad63 Remove liquibase log spam from the handlereg maven build 3 years ago
scripts b79a16dbd3 Remove maven output suppresion from the travis-ci build configuration 3 years ago
src 6078563f23 Use pax-jdbc-config to set up the JDBC datasources and configure schemas with liquibase 4 years ago
.editorconfig 08f15e31c2 Initial commit 5 years ago
.gitignore 5040a8b8a3 Remove copy-paste leftovers from the ukelonn project 4 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 a7348caa1b Add a build badge for travis-ci to the README 4 years ago
pom.xml ba82b6ad63 Remove liquibase log spam from the handlereg maven build 3 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/handlereg/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