Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (28 loc) · 966 Bytes

readme.md

File metadata and controls

37 lines (28 loc) · 966 Bytes

Using the CAF / Symphony reference app with Rover v2

Clone the symphony and rover v2 (rovergo) repos

git clone https://github.com/aztfmod/rovergo.git
git clone https://github.com/aztfmod/symphony.git
export roverRepo=$(pwd)/rovergo

It's important you run the command from the symphony/caf directory you just cloned

cd symphony/caf
rover apply -c $roverRepo/examples/reference/symphony.yaml -l level0

Then deploy the other levels as you require

rover apply -c $roverRepo/examples/reference/symphony.yaml -l level1

You can also run init, plan or validate to check things first

rover init -c $roverRepo/examples/reference/symphony.yaml -l level1
rover plan -c $roverRepo/examples/reference/symphony.yaml -l level1
rover validate -c $roverRepo/examples/reference/symphony.yaml -l level1

or if you are feeling bold, deploy ALL levels

rover apply -c $roverRepo/examples/reference/symphony.yaml