forked from brooklyncentral/brooklyn
-
Notifications
You must be signed in to change notification settings - Fork 0
REST
andreisavu edited this page May 11, 2012
·
9 revisions
Welcome! Here you can learn more about the Brooklyn REST interface.
$ cd sandbox/rest
$ mvn clean install
It needs password-less authentication on ssh to localhost to be able to run the tests.
$ 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