Coder Social home page Coder Social logo

biroeng / forgerock-pde Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vscheuber/forgerock-pde

0.0 1.0 0.0 13.48 MB

ForgeRock Personal Development Environment. Need a powerful C/IAM platform to develop secure applications? This will help you get it up and running slim and fast.

License: MIT License

Dockerfile 10.25% Shell 33.59% JavaScript 50.50% Python 4.07% JSONiq 1.59%

forgerock-pde's Introduction

ForgeRock Personal Development Environment

This project is for everyone who needs to run an instance of the ForgeRock Identity Platform with a small footprint and easy setup. Ideal audiences are developers or people who just want to get to know the ForgeRock Identity Platform but don't want to concern themselves with Kubernetes or traditional installs. The project is setup to support configuration and identity data snapshotting.

Prerequisites

Prepare the environment

Once you have installed the prerequisite software, clone this repository to your local machine and change to the training directory:

git clone https://github.com/vscheuber/forgerock-pde.git
cd forgerock-pde/

Download the AM and IEC resources,

Run the script init.sh. This script performs various preparatory actions with the product binaries, e.g. adds additional authentication nodes and other customizations to the am.war file.

Before you build the docker environment you must add the AM and IDM host names to your system's /etc/hosts file, for example run:

echo "127.0.0.1 am.mytestrun.com idm.mytestrun.com" >> /etc/hosts

Build and Run

We use docker-compose to start containers for AM and IDM on the same network.

Build and start the environment in the background:

docker-compose up --build

There are many ways to interact with the environment after it has started. To see a list of commands run:

docker-compose --help

AM Container

The AM container has been set up with the following properties:

  • AM URL: http://am.mytestrun.com:8090
  • AM admin username: amadmin
  • AM admin password: F0rgeR0ck2020

IDM Container

The IDM container has been set up with the following properties:

  • IDM URL: http://idm.mytestrun.com:8080/admin
  • IDM admin username: openidm-admin
  • IDM admin password: F0rgeR0ck2020

Accessing the shell inside the containers

In a new terminal run:

docker exec -it am bash

or

docker exec -it idm bash

to get to the bash shell of each container.

forgerock-pde's People

Contributors

vscheuber avatar

Watchers

 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.