Giter VIP home page Giter VIP logo

Valtimo Platform

Wat is dit?

  • Serie Docker containers waarmee een compleet platform wordt geinstalleerd voor testdoeleinden. Inclusief OpenZaak.

Hoe start ik Valtimo?

  • Installeer Docker Desktop (inclusief Docker Compose): https://docs.docker.com/compose/install/
  • Download deze repository
  • Voer het volgende commando uit in een terminal: docker-compose up -d
  • Username + Password van Keycloak is demo / demo
  • Username + Password van Valtimo is demo / demo
  • OpenZaak: zie onder.

Links

Services:

  • Valtimo Server
  • Valtimo Console
  • MySQL database
  • NGINX reverse proxy
  • KeyCloak
  • Open Zaak
    • Open Zaak
    • Redis
    • Postgis

Additionele configuratie

Valtimo Server

De volgende environment variabelen kunnen worden opgegeven in de Valtimo Server container:

  • DATABASE_HOST (default: valtimo_database)
  • DATABASE_PORT (default: 3306)
  • DATABASE_NAME (default: valtimo)
  • DATABASE_USER (default: root)
  • DATABASE_PASSWORD (default: demo)

Valtimo Console

De configuratie van de Valtimo Console kan worden aangepast door middel van een config.json bestand. Deze moet dan als mount worden opgegeven in de docker-compose.yml:

volumes:
  - ./config.json:/config.json  

Onderstaande configuratie kan, per property, worden overschreven:

{
  "baseUrl": "http://localhost",
  "keycloak": {
    "url": "http://localhost:8081/auth",
    "realm": "valtimo",
    "clientId": "valtimo-console"
  },
  "openzaak": {
    "catalogusId": ""
  }
}

Open Zaak

  • Om in te kunnen loggen op de beheer-omgeving van Open Zaak voer je eerst een configuratiescript uit. Dit doe je door het volgende commando uit te voeren in een terminal: docker exec -u openzaak valtimo_openzaak_postgis psql postgres -f /tmp/openzaak-config.sql

Licentie

The source files in this repo are licensed to you under the EUPL 1.2. You can download the license in 23 languages: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12. If you have any questions about the use of this codebase in a larger work: just ask us. All third party components are delivered under their own, original license.

Hulp:

Valtimo's Projects

helm-charts icon helm-charts

This repository will contain all the helm charts for the Valtimo application.

valtimo-backend-libraries icon valtimo-backend-libraries

Welcome at the Valtimo repository. Valtimo is the less-code platform for Business Process Automation. Built on top of business process orchestrator Camunda. Valtimo's goal is to make implementing business process automation and case management easy. Valtimo is the server side component for business process automation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.