Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 1.07 KB

alternate_ways_to_run_planner.adoc

File metadata and controls

33 lines (27 loc) · 1.07 KB

Alternate ways to run Planner

Planner can also be run locally using the following alternate ways:

Minishift

Follow the instructions listed in Running dependent services on OpenShift to run Planner using Minishift.

Docker Compose

You can run Planner using Docker Compose as follows:

Prerequisite

Ensure you have Docker and Docker Compose set up and the service running in your system.

Procedure
  1. Build the Planner image from source

    docker build -t fabric8-planner-runtime
  2. Run the stack with Docker Compose. This runs Planner, Core, DB, Auth & Auth’s DB images orchestrated to work together.

    docker-compose up
    Important
    If wit/core fails to start with docker-compose up, run docker-compose start core on another terminal. This will continue the stdout on the former terminal and the later terminal can be closed after invoking the command.
  3. Visit http://localhost:8088 on your browser to access the app at this point.