0.0.4 • Published 10 years ago

oceano v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

oceano

Build Dependencies

Digital Ocean hosting provider for service_maker

Install

npm install oceano

and then use this plugin from code like

yield server.register(require("oceano"));

or from manifest file

"plugins":{
   "oceano": {}
}

Also you can use yeoman generator to install this plugin

yo co-hapi:add-plugin oceano

Parameters

Credentials: clientId, apiKey. Options: name*, sizeId, sizeSlug, imageId, imageSlug, regionId, regionSlug, sshKeyIds, privateNetworking, backupsEnabled

Options with star (*) are required.

Example

 $ sm_cli service-create host:oceano -c clientId=id -c apiKey=key -o name=MyDroplet