Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

create widget

eliranmal edited this page May 12, 2013 · 1 revision
  1. Go to your Dashboard
  2. Click "Create new widget"
  3. Fill in the form. The following fields affect the widget's look
  4. Title - displays at the top of the widget
  5. Youtuve vide URL - displays the video at the bottom left of the widget
  6. Console Link - is a link you can provide to open the deployed recipe. like every link, this one has a title and location too. Since the host for the link is unknown, we supply a placeholder $HOST. For example, since couchbase default port is : 8097, a link in a couchbase recipe should be http://$HOST:8097

Create New Widget Dialog

Widget Preview

Recipe Structure : URL and Relative Path

The recipe URL assumes it points to a zipped file that contains a recipe at its root. If the recipe is not in the root of the zip file, you should specify a relative path from the root to the recipe folder.

For example - if we download cloudify's recipe from GitHub repository as a zip file, we see the relative path to "mongod" recipe is

cloudify-recipes-master/services/mongodb

The relative path should contain only forward slashes.