Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSTEP 1: Change a template component’s repository
  • From the dashboard, click + Component and select Custom, then click Add

  • Once the component appears on the dashboard, double click it to bring up its information.

  • In the Connected To section, click on Customize

  • Select Keep upstream and Make Editable Remove Upstream in the drop down list and click Confirm. The Connected To section should change to the following:

  • You now have two options:

    • Edit Script allows you to make code changes and run the component with those changes

    • Set Up allows you to set up a git repository for this component so that any changes made can be tracked

  • For now, click on Set Up to configure a repository for the component. You should see this window appear, with the Owner field being populated with the details of your Bitbucket account. If this is empty, follow this guide: Setting up Bitbucket Access

  • In the Repository field, pick a name for the repository such as my_first_component then click Confirm Change. This will create a new repository for you if a repository with that name doesn’t already exist.

  • The window will close itself, and take you back to the component card. The Connected To section will be updated with the new repository information.

...

Expand
titleSTEP 3: Clone in your component on a different Iguana

Since the changes made have been pushed to the cloud, this component can now be cloned into any other Iguana.

  • Exit the Translator by clicking the X in the top right

  • From the component card, copy the Connected To field

  • In a different Iguana instance, from the dashboard click + From Url. Give the component a name, and paste in the url from before

    Image Added
  • [This feature has some issues in 10.1.70]