Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.38 KB

Developer Cloud Sandbox Hands-On Exercises

Installation

  • Log on your Developer Cloud Sandbox host

  • Install the needed package:

sudo yum install -y beam-5.0
  • Run these commands in a shell:
cd
git clone https://github.com/Terradue/dcs-hands-on.git
cd dcs-hands-on
mvn clean install -D hands.on=-id- -P bash

where -id- is the identifier of the Hands On you want to install. For example:

mvn clean install -D hands.on=1 -P bash

Available Hands On