Skip to content

jcailan/template-flp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAP Fiori Launchpad Template

This repository hosts the SAP Fiori Launchpad template project (using Portal Service) for SAP Business Technology Platform for the Cloud Foundry environment. It includes all the minimum set up required for deploying SAP Fiori Launchpad with a Sample App configured in the launchpad.

DEPLOYMENT

The template is ready for build and deploy to Cloud Foundry without any code change necessary.

  1. After cloning the repo, go to file mta.yaml, do a Ctrl+F and perform a find and replace against the word replaceme to replace it with your preferred namespace.
  2. Build the MTA project by running below CLI command:
> mbt build
  1. Deploy to SAP BTP Cloud Foundry by running below CLI command:
> cf deploy mta_archives/<mtar-file>

LOCAL TESTING

The Sample App is configured for local testing.

  1. From the terminal, go to the directory folder app-sample, install node dependencies:
> npm install
  1. Then run the local app router:
> npm start
  1. The application router is available in below URL:
http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published