Versions Compared

Key

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

...

Expand
titleSTEP 2: Edit the custom GitRepo component property to point to a channel export from Iguana 6

You can test with the default repo included in the component OR you can import your own channels by using your own repository with Iguana 6.1 channels exported! SeeGetting Started for how to export your channels to your own repository.

Edit the GitRepo custom field with your Git repository link. Click the check mark to save your change.

Tip! To get your git repository link from Bitbucket, click clone and copy the SSH link provided.

Expand
titleSTEP 3: Run the component to import and convert all the Iguana 6 channels into components.

It should generate and link a number of components corresponding to the channels in the repository.

All components imported with contain the #imported tag. Use this to filter your dashboard and view all imported components.

Info

Note: If the Importer is erroring with the message below it may be due to the repository privacy settings changing from public to private. To remediate the issue, refresh your Git Cache, wait for the refresh to complete, then rerun the Importer component.

Code Block
Stopping component with runtime error:
main.lua:18: Could not create _bitbucket-org:test-iguana6channels-git. fatal: could not read Username for 'https://bitbucket.org': terminal prompts disabled
Git url: git@bitbucket.org:test/iguana6channels.git

Inside the Channel Importer Tool:

...