Skip to content
andreisavu edited this page May 1, 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 and start

$ vim config.sample.yml  # and edit as neeed
$ java -jar target/brooklyn-rest-SANDBOX-0.4.0-SNAPSHOT-with-dependencies.jar server config.sample.yml
Clone this wiki locally