Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 2.48 KB

README.md

File metadata and controls

71 lines (52 loc) · 2.48 KB

dibs

Application system with DoSV-support.

Dependencies

  • Java >= 7.0
  • PostgreSQL >= 9.2
  • Apache Maven >= 3.0

Building dibs

For building dibs use:

mvn package

Configuring dibs

In order to configure dibs, copy the file src/main/resources/default.properties to dibs.properties (in the root directory) and edit them according to your needs.

dibs uses a PostgreSQL database. If needed you can create a local Database (with user), by using the tool psql as PostgreSQL superuser (in most cases postgres) with the following commands:

CREATE USER dibs WITH PASSWORD 'dibs';
CREATE DATABASE dibs WITH OWNER dibs;

By default, user name, password and database name are set to "dibs".

Before synchronizing dibs to the "Dialogorientiertes Serviceverfahren", the web services must be configured: Insert values for keys with the dosv_ prefix.

Browser Support

We support the current and the previous version of the popular browsers (i.e. Firefox, Chrome, Safari, Internet Explorer).

Created with

Contributors

Copyright (C) 2015 Humboldt-Universität zu Berlin