Skip to content

Push App to Bluemix

biosopher edited this page Nov 7, 2015 · 13 revisions

1. Finally....One Final Push of Your App to Bluemix

Run the following command to push your application to Bluemix and automatically bind the services to it.

$ cf push

2. Now You Can View your app on bluemix

Navigate to your app using http://{application_name}.mybluemix.net. Replace {application_name} with your app's name.


ADDITIONAL INFORMATION


Get an Error? If you didn't create your NLC service properly, you'll see this.

Could not find service ipa-nlc_service to bind to <application_name>

Or if you didn't create your Dialog service properly, you'll get this.

Could not find service ipa-dialog_service to bind to <application_name>