September 2018
Intermediate to advanced
412 pages
11h 12m
English
Once you have created a service instance, you need to bind it to your application. To do that, follow these steps:
mkdir ui
---applications:- name: ui memory: 64M buildpack: staticfile_buildpack random-route: true
cf push
cf bind-service ui asset-service-instance
After running the command, you will get the console output shown in the following screenshot: