|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (6)
View Page HistoryIt is a Java standalone server application running as backend, which serves over HTTPS an Angular 2 frontend application that will run in the browser.
From the web interface, users can connect to running instances of Petals containers and then administrate and deploy artifacts on them. The backend uses a data base to hold all persistent informations, like users and workspaces.
{warning}
Petals Cockpit *0.22.0* works with Petals ESB *5.2.0.0*, but may also work in degraded mode with previous versions.
{warning}
{column}
{column}
h2. Requirements
Petals Cockpit needs [Java SE Runtime Environment 8|http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html] to run the backend. The H2 Database used by the backend is automatically handled, there is no other usable DB for now, but it is foreseen.
Petals Cockpit needs [Java 8|http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html] to run the backend. {color:#333333}If you have more than one JRE available, set the environment variable JAVA_HOME with the path of the JRE you want to use.{color}
The H2 Database used by the backend is automatically handled, there is no other usable DB for now, but it is foreseen.
The supported browsers are Chrome and chromium variants. While not officially supported, the frontend is highly compatible with Firefox.
For exhaustive information about building and running Petals Cockpit from its sources, see the [Gitlab Petals Cockpit project page|https://gitlab.com/linagora/petals-cockpit].
h2. Installation directory
{code}
petals-cockpit-X.X.X
??? conf
? ??? config.yml
??? db
? ??? cockpit.mv.db
? ??? cockpit.trace.db
??? lib
? ??? petals-cockpit-X.X.X-capsule.jar
??? logs
? ??? cockpit-access.log
? ??? cockpit.log
??? petals-cockpit.sh
??? conf ??? README.txt
? ??? config.yml
{code}
{noformat}
petals-cockpit-X.X.X
??? conf
? ??? config.yml
??? db
? ??? cockpit.mv.db
? ??? cockpit.trace.db
??? lib
? ??? petals-cockpit-X.X.X-capsule.jar
??? logs
? ??? cockpit-access.log
? ??? cockpit.log
??? petals-cockpit.sh
??? conf ??? README.txt
{noformat}
{code}
petals-cockpit-X.X.X
??? conf
? ??? config.yml
??? db
? ??? cockpit.mv.db
? ??? cockpit.trace.db
??? lib
? ??? petals-cockpit-X.X.X-capsule.jar
??? logs
? ??? cockpit-access.log
? ??? cockpit.log
??? petals-cockpit.sh
??? conf ??? README.txt
? ??? config.yml
{code}
{noformat}
petals-cockpit-X.X.X
??? conf
? ??? config.yml
??? db
? ??? cockpit.mv.db
? ??? cockpit.trace.db
??? lib
? ??? petals-cockpit-X.X.X-capsule.jar
??? logs
? ??? cockpit-access.log
? ??? cockpit.log
??? petals-cockpit.sh
??? conf ??? README.txt
{noformat}
h1. Configuring Petals Cockpit