Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.1 KB

WebIDE.md

File metadata and controls

59 lines (36 loc) · 2.1 KB

Getting started with SAP WebIDE

  1. Create an Account Webide Signup

  2. Activate the account (confirm your email)

  3. Launch the WebIDE

Go to WebIDE Trial Cockpit

Initial import

  1. (optional) If you want to save your progress in your own repository you can create a fork. Fork the codejam repo

  2. Press on "Clone from Git repository" Clone from Git repository

  3. Press the Clone or download button on your fork Clone or download

  4. Copy the displayed Url and paste in in the dialog in the WebIDE

  5. You can now run your application. Initially you are on step 35 - you can checkout step0 to start from scratch

You are ready for the workshop now!

Checking out a step

  1. Save all your changes by committing or stashing them. Later you can continue by checking out this branch again. Commit

  2. Switch to the history tab and double click on the checkbox of the entry you want to checkout. Afterwards you are on a new branch and continue on this step. Make sure you select the root folder of the project to see the complete history

Select root folder

Checkout

Odata - Importing the destinations

Destinations are used to connect to different systems on the SAP Cloud Platform In our walkthrough we connect to the northwind service.

  1. Go to the "Destinations" in the "Connectivity" section Connectivity - Destinations

  2. Select northwind or es4 and save them on your harddrive

  3. Press the import button

  4. Edit the ES4 destination and type your user and password to avoid authentication popups.

Running the application

The Walkthrough contains 4 runnable files (.html files) (Initially only one). To run it you can select the index.html file and select "Run as Web Application".

Run as weball