From 5fbc672453f85f13e01a89104d0bda891880eafd Mon Sep 17 00:00:00 2001 From: Markus Haug Date: Mon, 14 Nov 2022 11:24:34 +0100 Subject: [PATCH] Update README.md --- README.md | 40 +++++----------------------------------- 1 file changed, 5 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 2d9b963..290a087 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -38,13 +25,9 @@ git checkout ## 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). @@ -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/.