Homelab, Linux, JS & ABAP (~˘▾˘)~
 

[CAP] Create and deploy bookshop sample app

Since CDS 5.9.2 this is the quickest way of creating and deploying the bookshop sample:

cds init bookshop
cd bookshop
cds add samples
cds add hana
cds add xsuaa
cds add mta
npm install
mbt build
cf deploy mta_archives/bookshop_1.0.0.mtar

Leave a Reply

Your email address will not be published. Required fields are marked *