Skip to content
Yago Ferrer edited this page May 8, 2017 · 2 revisions

Connect your instance to github

This document will guide you through a series of labs to ultimately create a card list and form interface that can be used to fulfill requests. Each lab will successively instruct a best practice for building widgets that are easy to use, maintain, and configure.

This lab guide will walk you through each of the labs but if you fall behind or want to jump to the solution for any of the exercises, just switch to the branch of the next lab.

Import the lab playground from github

  1. Go to STUDIO in your navigator or go to /$studio.do in your instance

  2. You should see a dialog titled “Load Application”. If not click on the File menu.

  3. Choose Import from Source Control

Import from source control

Import application

In URL type: https://github.com/service-portal/CCW3956.git

Leave user name and password blank

  1. Click Import

  2. When it’s done loading, click Select Application. In the application list select Reusable Widgets.

Load application

At any time you can switch to a branch by opening the Source Control menu and selecting Switch Branch. Switching branches will reset your local changes and automatically apply the changes from the branch to your instance.

Clone this wiki locally