# materials **Repository Path**: heathcliffs/materials ## Basic Information - **Project Name**: materials - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-02 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Materials After cloning the repo: ``` cd materials/content-development ``` On Mac/Linux: ``` docker build --tag cc-exercises . && docker run --rm -it -p 8000:8000 -v ${PWD}:/docs cc-exercises ``` On Windows - use Git Bash: ``` docker build --tag cc-exercises . docker run -d -p 8000:8000 -v `pwd -W`:/docs cc-exercises ``` Open browser on `http://localhost:8000` ## CAP + HANA - Presentation: [CAP.pptx](./cap/CAP.pptx) - Exercise: - Initialize (use branch `cap-init`) - [Getting Started](https://cap.cloud.sap/docs/java/getting-started) - [Services](https://cap.cloud.sap/docs/java/consumption-api) - [Event Handlers](https://cap.cloud.sap/docs/java/provisioning-api) - [Working with Data](https://cap.cloud.sap/docs/java/data) - [Working with CDS Models](https://cap.cloud.sap/docs/java/reflection-api) - [Logging] - Deploy to Cloud (use branch `cap-cloud`) - [Deploy To Cloud](https://cap.cloud.sap/docs/advanced/deploy-to-cloud) - Execute `cds add hana` before `cds add mta` - [Cloud Trail Home](https://cockpit.hanatrial.ondemand.com/trial/#home) - [copyenv plugins](https://plugins.cloudfoundry.org/#copyenv) - Security (use branch `cap-security`) - [Security](https://cap.cloud.sap/docs/java/security)