Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 937 Bytes

dcos-install.md

File metadata and controls

24 lines (19 loc) · 937 Bytes

Deploying on DC/OS

Prerequisities: DC/OS cli needs to be installed. To install the cli, follow the instructions here: https://docs.mesosphere.com/1.8/usage/cli/install/

Pravega can be run on DC/OS by leveraging Marathon.
PravegaGroup.json defines the docker hub image locations and necessary application configration to start a simple Pravega cluster.

Download PravegaGroup.json to your DC/OS cluster. For example:

wget https://github.com/pravega/pravega/blob/master/PravegaGroup.json

Add to Marathon using:

dcos marathon group add PravegaGroup.json