Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markushaug authored Nov 14, 2022
1 parent 151e380 commit 5fbc672
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
# Welcome to the Learning Journey "Building side-by-side extensions on SAP BTP"
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/extension-suite-learning-journey)](https://api.reuse.software/info/github.com/SAP-samples/extension-suite-learning-journey)

# Getting Started

Welcome to your new project.

It contains these folders and files, following our recommended project layout:

File or Folder | Purpose
---------|----------
`app/` | content for UI frontends goes here
`db/` | your domain models and data go here
`srv/` | your service models and code go here
`package.json` | project metadata and configuration# Welcome to the SAP Extension Suite Learning Journey


Welcome to this repository for the learning journey "Developing with SAP Extension Suite" published on [SAP Learning](https://learning.sap.com/learning-journey/developing-with-sap-extension-suite). We provide a starting template for the exercises as well as a dedicated branch for each exercise with its final solution.
Welcome to this repository for the learning journey "Building side-by-side extensions on SAP BTP" published on [SAP Learning](https://learning.sap.com/learning-journey/building-side-by-side-extensions-on-sap-btp). We provide a starting template for the exercises as well as a dedicated branch for each exercise with its final solution.

## Requirements
You can complete each of the exercises using your [SAP BTP Trial account](https://account.hanatrial.ondemand.com/). In a SAP Classroom training you will use the provided systems by the trainer. In your "Full Stack Cloud Application" dev space of your SAP Business Application Studio, you can easily clone and run this code. All further requirements are exactly described in the learning journey.
You can complete each of the exercises using your SAP BTP Free Tier account. In a SAP Classroom training you will use the provided systems by the trainer. In your "Full Stack Cloud Application" dev space of your SAP Business Application Studio, you can easily clone and run this code. All further requirements are exactly described in the learning journey.

## Download and Installation

Expand All @@ -27,7 +14,7 @@ To get started with the first exercise, simply run the following commands in you
git clone https://github.com/SAP-samples/extension-suite-learning-journey
```

We recommend to follow the instructions in the [learning journey](https://learning.sap.com/learning-journey/developing-with-sap-extension-suite/get-started) to get started.
We recommend to follow the instructions in the [learning journey](https://learning.sap.com/learning-journey/building-side-by-side-extensions-on-sap-btp) to get started.


If you want to start or continue from a specific unit or exercise, get the name of its branch from the tutorial, clone this repository and switch to the desired branch:
Expand All @@ -38,13 +25,9 @@ git checkout <branch>

## Known Issues

You can find the known issues [here](https://github.com/SAP-samples/extension-suite-learning-journey/issues).

We rather recommend to use our [SAP BTP Learning Group](https://groups.community.sap.com/t5/sap-btp-learning/gh-p/SAP-BTP-Learning).
Please post your issues in our [SAP BTP Learning Group](https://groups.community.sap.com/t5/sap-btp-learning/gh-p/SAP-BTP-Learning).

## How to obtain support
[Create an issue](https://github.com/SAP-samples/extension-suite-learning-journey/issues) in this repository if you find a bug or have questions about the content.


To get support during the exercises, please [ask a question in our SAP BTP Learning Group](https://groups.community.sap.com/t5/sap-btp-learning/gh-p/SAP-BTP-Learning).

Expand All @@ -55,16 +38,3 @@ If you wish to contribute code, offer fixes or improvements, please send a pull

## License
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.
`readme.md` | this getting started guide


## Next Steps

- Open a new terminal and run `cds watch`
- (in VS Code simply choose _**Terminal** > Run Task > cds watch_)
- Start adding content, for example, a [db/schema.cds](db/schema.cds).


## Learn More

Learn more at https://cap.cloud.sap/docs/get-started/.

0 comments on commit 5fbc672

Please sign in to comment.