swisscom / cf-sample-app-php

A sample Lumen application to deploy to Cloud Foundry which works out of the box.
Other
0 stars 3 forks source link

Documentation: What to expect when you run the app #2

Open rjain15 opened 6 years ago

rjain15 commented 6 years ago

I followed the instructions to run the app locally, and I can see a json with two urls

{
"links": [
"http://localhost:3000/version",
"http://localhost:3000/env"
]
}

I am assuming this is not the correct behavior? Do I need to have local mysql and redis? If I run on cloud foundry, do I first create those two services and bind them? The documentation needs some help to run the app successfully locally and on cf

Thanks

MatthiasWinzeler commented 6 years ago

Hey @rjain15 There is an accompanying tutorial for the sample app: https://docs.developer.swisscom.com/tutorial-php/

Does this solve your questions?