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
- Get latest compiled version from Petals Cockpit project page
- Unpack it and go into the directory
- 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
- Download the image:
docker pull petals/petals-cockpit:latest
- 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.