cancel
Showing results for 
Search instead for 
Did you mean: 

How to Store multiple fiori applications in single or multiple git repository

0 Kudos

Hi Experts,

I'm trying to develop 5-6 fiori applications and all these applications are related to one another in some way or the other, i.e. navigation is supported between one application to other application(s).

I'm using git tools integrated in the web ide. The repositories are hosted at git.hana.ondemand.com

i'm not able to figure out how to store these applications in git. i know there are alot of blogs related to use of git with a single project but i couldnt find anything that provides some information about using multiple projects with git.

Is there a way possible to store them in one git repository or do i need multiple repositories for each application.

If more developers are working on these apps then what implications will be there during clone, pull or push and merge in case of using one repository or multiple repositories if and when its possible.

Accepted Solutions (1)

Accepted Solutions (1)

gregorw
Active Contributor
0 Kudos

Please let all developers work through the OpenSAP Course:

SAP Cloud Platform Version Control with Git

Regarding the repositories: Create for each application an own repository. I guess you do the cross navigation using the SAP CP Portal Launchpad? Each app should be able to be deployed independently. So each repository can have their own lifecycle.

0 Kudos

Hi Gregor, thank you for the response.

I'm handling navigation in fiori launchpad and not CP Portal launchpad.

Also i have a doubt(it might get cleared after going through the OpenSAP Course that you mentioned but i'd like to ask anyway) that when adding navigation between applications a 'FLPSandbox' project is created automatically in the web ide which holds the references of project that i'm enabling navigation for. My question is does this FLPSandbox project also needs to pe pushed to a separate github repo or this project needs to be handled in some other fashion?

Thanks in advance

Answers (0)