Git Product home page Git Product logo

pingfederate-docker's Introduction

PingFederate Docker

Quick and easy way to standup a PingFederate server using Docker

Quick Start

  1. Run From Docker Image associated with this repo:

    docker run -dt --name dev_pingfederate -p 9999:9999 -p 9031:9031 flavioespinoza/pingfederate-docker bash
  2. Verify a container named dev_pingfederate is up and running:'

    docker ps -a
    CONTAINER ID        NETWORKS            STATUS              NAMES               PORTS
    bd2d1471591f        bridge              Up 51 seconds       dev_pingfederate    0.0.0.0:9031->9031/tcp, 0.0.0.0:9999->9999/tcp
  3. Go to: https://localhost:9999/pingfederate/app and follow the prompts:

Setup Your Own Docker Image

  1. Install npm packages with yarn

    yarn install
  2. Go to the link below and download the latest PingFederate ZIP file and save it in the project's root directory:

  3. Go to the link below and download the latest jdk-8u91-linux-x64.rpm file and save it in the project's root directory:

  4. Create docker-hub repo named pingfederate-docker:

    <your_dockerhub_repo>/pingfederate-docker
  5. Build docker image

    docker build -t <your_dockerhub_repo>/pingfederate-docker -f Dockerfile.release .
  6. Push docker image

    docker push <your_dockerhub_repo>/pingfederate-docker:latest
  7. Run docker image with name dev_pingfederate and map admin and playground to your localhost ports 9999 and 9031:

    docker run -dt --name dev_pingfederate -p 9999:9999 -p 9031:9031 <your_dockerhub_repo>/pingfederate-docker bash
  8. Verify a container named dev_pingfederate is up and running:'

    docker ps -a
    CONTAINER ID        NETWORKS            STATUS              NAMES               PORTS
    bd2d1471591f        bridge              Up 51 seconds       dev_pingfederate    0.0.0.0:9031->9031/tcp, 0.0.0.0:9999->9999/tcp
  9. Go to: https://localhost:9999/pingfederate/app and follow the prompts:

pingfederate-docker's People

Contributors

flavioespinoza avatar

Watchers

James Cloos avatar  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.