airavata-courses / alpha

Team Alpha Project Repo
0 stars 2 forks source link

Stock Microservice is up, but not other services #11

Closed harithadamarla closed 5 years ago

harithadamarla commented 5 years ago

Hi Team, Once I have run the ansible.yml file, I could see that stocks are getting updated periodically, but not news/weather. (A Loading message is getting displayed)

issue2

Let me know if I am missing something ?

aishwaryadhage commented 5 years ago

Hello, Have you added weather_api_key and news_api_key in bash file? You will have to change weather_api_key and news_api_key to see the news and weather updates. Steps are mentioned in the wiki page. Let us know if that does not work.

siddharthpathak commented 5 years ago

Removed the comment as it contained the API key. @harithadamarla were you able to run the application after adding both the weather and news API key?

harithadamarla commented 5 years ago

Thanks, Team for updating the wiki and sharing the API key with me.

Able to bring all the microservices up and running.