Create a resource

Creating

The procedure (detailed below) to create a new resource is the same irrespective of the resource type.

  1. Log in to RapidDeploy as an administrative user
  2. Navigate to Menu -> Resources
  3. To create a new resource, click the Add button in the top right hand corner.
  4. Fill out the details of the resource.
    • Give it a name
    • Specify Resource Type
    • Add description
    • Specify Path for this resource. Here you specify where the configuration file will be stored.
    • Package relative path specifies the place where your resource will be stored in project package. By default there will be stored under resources folder. So when you create a new project package RD will create 'resources' folder and then put your resource under this folder.
    • Specify Resource Format, Binary Library / Data Dictionary / Transport Plugin Data / Cloud Provider Plugin Data.
    • Create Resource Files flag usually should be set to true. Set it to false only if you want to create the resource based on already existing resource. Note that resource file (specified in 'Path') must be a readable file on the filesystem and should not be a directory.
  5. Save the resource

Editing a resource

A resource may be edited as follows:

  1. Log in to RapidDeploy as an administrative user
  2. Navigate to Menu -> Resources
  3. Find the resource to edit by performing a search
  4. Click on the pencil (edit button) to the right of the list item you wish to edit.
  5. Edit the resource on the 'General' tab and the specific plugin settings on the 'Settings' tab.

Further reading