-
Notifications
You must be signed in to change notification settings - Fork 37
Push App to Bluemix
biosopher edited this page Nov 7, 2015
·
13 revisions
Run the following command to push your application to Bluemix and automatically bind the services to it.
$ cf push
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>