Skip to content
andreisavu edited this page May 11, 2012 · 9 revisions

Introduction

Welcome! Here you can learn more about the Brooklyn REST interface.

Resources

Catalog

Core

Building and Running

Build server binary

$ cd sandbox/rest
$ mvn clean install

It needs password-less authentication on ssh to localhost to be able to run the tests.

Configure, Start & Play

$ vim config.sample.yml  # and edit as neeed
$ ./brooklynd server config.sample.yml

# in another shell
$ ./brooklynd start-application samples/redis.json
$ ./brooklynd query-sensors redis
$ ./brooklynd delete-application redis