Petals Cockpit 0.22.0-SNAPSHOT

Introduction

Petals Cockpit is a web interface to administrate a set of Petals ESB topologies.

Petals Cockpit 1.0.0 works with Petals ESB 5.2.0.0, but may also work in degraded mode with previous versions.
Contributors
No contributors found for: authors on selected page(s)

Installing Petals Cockpit

Requirements

Petals Cockpit needsJava SE Runtime Environment 8 to run the backend.

For now, the supported browsers are Chrome and chromium variants. While not officially supported, the frontend application is highly compatible with Firefox.

Installation from .zip file

  1. Get latest compiled version from Petals Cockpit project page
  2. Unpack it and go into the directory
  3. Run Petals Cockpit script and follow instructions : 
$ ./petals-cockpit.sh

Build/Run from docker

A Petals Cockpit docker image is hosted on its docker hub public repository

  1. Download the image:
    docker pull petals/petals-cockpit:latest
    
  2. Start in detached mode
    docker run -d -p 8080:8080 --name petals-cockpit petals/petals-cockpit:latest
    

    For exhaustive information about building and running a docker image of Petals Cockpit, see the Github docker-petals-cockpit project page.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.