cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deploy Angular 2 application built with angular-cli on SAP cloud

Former Member
0 Likes
2,418

Hello,

any leads how to deploy angular 2 application which was build with Angular-cli. I tried to deploy successfully on SAP cloud foundry but unable to launch app. I'm getting "not found" on the browser once I launch the app by provided route URL.

thanks in advance..

View Entire Topic
jamie_cawley
Product and Topic Expert
Product and Topic Expert
0 Likes

Did you define a manifest.yml?

https://docs.cloudfoundry.org/buildpacks/node/node-tips.html

Regards,

Jamie

Former Member
0 Likes

hi Jamie,

Yes. I did define manifest.yml file.

Sample content:

applications: - name: hcp-angular2 buildpack: nodejs_buildpack memory: 128M disk_quota: 1024M