-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudFoundry deployment on PCF Dev #11
Comments
Hi,
Can you try running
cf dev deploy-service scs
Also, on pcf dev it might be p-config-server as per docs:
https://docs.pivotal.io/pcf-dev/usage-scs.html
… ב-6 בספט׳ 2020, בשעה 12:09, Antoine Rey ***@***.***> כתב/ה:
Hi @odedia. I'm trying to deploy the app on a cf dev instance by following the readme.md. I'm new to Cloud Foundry.
The first line of the deployToCloudFoundry.shscript is failing. Did you have any idea?
***@***.*** scripts % cf create-service -c '{ "git": { "uri": "https://github.com/arey/spring-petclinic-cloud-config.git", "periodic": true }, "count": 3 }' p.config-server standard config
Création de l'instance de service config dans l'organisation cfdev-org/l'espace cfdev-space en tant que admin...
Service offering 'p.config-server' not found.
ECHEC
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thank you @odedia. Unfortunately, my laptop does not have enough ressources to start PCF Dev with Spring Cloud Services :( |
Bummer. Perhaps a VM in the public cloud? By the way - I have an idea to replatform the solution for Azure Spring Cloud as well. It’s great that we decided on spring-petclinic-cloud, fits nicely :). |
Great, I saw the Microsoft announcement: https://azure.microsoft.com/fr-fr/services/spring-cloud/ |
I've create the issue #17 |
Hi @odedia. I'm trying to deploy the app on a
PCF Dev
instance by following thereadme.md
. I'm new to Cloud Foundry.The first line of the
deployToCloudFoundry.sh
script is failing. Did you have any idea?The text was updated successfully, but these errors were encountered: