Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/btp-side-by-side-extension-learning-journey
Starter Template for the learning journey "Building side-by-side extensions on SAP BTP".
https://github.com/sap-samples/btp-side-by-side-extension-learning-journey
cld200 cloud-foundry learning-journey sample sap-btp sap-cap sap-learning
Last synced: about 1 month ago
JSON representation
Starter Template for the learning journey "Building side-by-side extensions on SAP BTP".
- Host: GitHub
- URL: https://github.com/sap-samples/btp-side-by-side-extension-learning-journey
- Owner: SAP-samples
- License: apache-2.0
- Created: 2022-02-24T18:48:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T17:44:52.000Z (6 months ago)
- Last Synced: 2024-06-25T18:13:47.493Z (6 months ago)
- Topics: cld200, cloud-foundry, learning-journey, sample, sap-btp, sap-cap, sap-learning
- Language: HTML
- Homepage: https://learning.sap.com/learning-journey/building-side-by-side-extensions-on-sap-btp
- Size: 379 KB
- Stars: 53
- Watchers: 12
- Forks: 47
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)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/build-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 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
To get started with the first exercise, simply run the following commands in your terminal:
```sh
git clone https://github.com/SAP-samples/btp-side-by-side-extension-learning-journey
```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:
```sh
git checkout
```## Known Issues
1. Please check the [Troubleshooting Guide](./TROUBLESHOOTING.md). Fixes for known issues are listed there.
2. If you need support, 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
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).
## Contributing
If you have suggestions on how to improve the tutorial, you're welcome to provide your input open up a pull request.If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).
## 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.