-
Notifications
You must be signed in to change notification settings - Fork 10
Demo
andyk edited this page Jan 15, 2011
·
18 revisions
The Demo project allows you to run a scala console with access to some special objects and methods that allow you to launch an EC2 cluster (via deploylib) and run a variety of RAD Lab systems software such as a Mesos master and slaves.
In order to run the demo console, do the following:
- Clone the SCADS git repository
- Download and install SBT
- Build a "demo" console, use the following commands:
-
sbt
(run this from inside the root SCADS directory, opens an sbt console which puts you at a ">" prompt) project demo
make-packaged-classpath
-
- Open the demo console by:
- exiting sbt (or opening a new shell window and
cd
-ing to SCADS root directory again) - from the SCADS root directory, run
bin/mvnconsole
- exiting sbt (or opening a new shell window and
- Now you should be able to interact with any demo clusters being run by other RAD Labians or set up your own. See the next section for an overview of the commands you can use in the demo console (all the demo project includes deploylib so you have all of deploylib at your disposal in this terminal, plus some).
- startScadr
- Demo MySQL Logging Logging metrics to MySQL