Petals Cockpit 0.22.0-SNAPSHOT

compared with
Version 7 by Pierre Souquet
on Apr 23, 2018 14:33.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
# Get latest compiled version from [Petals Cockpit project page|https://gitlab.com/linagora/petals-cockpit]
# Unpack it and go into the directory
# Run Petals Cockpit script and follow instructions : 


h2. Build/Run from docker

Installation details are on [repository main page|https://gitlab.com/linagora/petals-cockpit].
A Petals Cockpit docker image is hosted on [its docker hub public repository|https://hub.docker.com/r/petals/petals-cockpit/]

# Download the image:
{code}
docker pull petals/petals-cockpit:latest
{code}
# Start in detached mode
{code}
docker run -d -p 8080:8080 --name petals-cockpit petals/petals-cockpit:latest
{code}
For exhaustive information about building and running a docker image of Petals Cockpit, see the [Github docker-petals-cockpit project page|https://github.com/petalslink/docker-petals-cockpit].