leonrch / SpeechToSpeech

Apache License 2.0
31 stars 48 forks source link

Step 3 and step 7 in documentation are incorrect #9

Open thuykn opened 8 years ago

thuykn commented 8 years ago

Step 3) There is no speech_to_speech service so I created 3 services as below: cf create-service speech_to_text standard TC6speech-to-text-service-standard cf create-service text_to_speech standard TC6text-to-speech-service cf create-service language_translation standard TC6language-translation-service

Step 7) Before deploy the new code to Bluemix, you need to run the following cmd: C:\npm install C:\npm run build cf push

thuykn commented 8 years ago

I also found the missing info for updating the manifest.yml as below.

Note: The sample manifest.yml does not provide the host info. I have to add host value to get the app deployed successfully. This info is not mentioned in the doccumentation


declared-services: Demo-speech-to-text-service-standard: label: speech_to_text plan: standard Demo-language-translation-service: label: language_translation plan: standard Demo-text-to-speech-service: label: text_to_speech plan: standard
applications:

thuykn commented 7 years ago

After application deployed to Bluemix, the "Choose Target Language" does not work. No language listed.