Giter Club home page Giter Club logo

midpoint-docker's Introduction

MidPoint Docker Images

Info

MidPoint is open identity & organization management and governance platform which uses Identity Connector Framework (ConnId) and leverages Spring framework. It is a Java application deployed as a stand-alone server process. This image is based on official Ubuntu 18.04 image and deploys latest MidPoint version.

Tags:

Download image:

  • download image without building:
$ docker pull evolveum/midpoint

Build from git repository

  • clone git repository:
$ git clone https://github.com/Evolveum/midpoint-docker.git
$ cd midpoint-docker
  • build:
$ docker build -t evolveum/midpoint ./
  • or
$ ./build.sh

You can then continue with image or one of demo composition, e.g. postgresql or clustering one.

Launch:

  • run image on port 8080:
$ docker run -p 8080:8080 --name midpoint evolveum/midpoint
  • run image on port 8080 with increased heap size:
$ docker run -p 8080:8080 -e MP_MEM_MAX='4096M' -e MP_MEM_INIT='4096M' --name midpoint evolveum/midpoint
  • run one of demo composition, e.g. postgresql:
$ cd demo/postgresql/
$ docker-compose up --build

Access MidPoint:

Documentation

Please see Dockerized midPoint wiki page.

midpoint-docker's People

Contributors

cz-help avatar igor-farinic avatar khazelton avatar semancik avatar skublik avatar ssurmanek avatar virgo47 avatar

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.