简体   繁体   English

如何在CloudFoundry上部署PHP应用程序?

[英]How to Deploy PHP application on CloudFoundry?

I am trying to deploy my Plain PHP application on ColudFoundry ... But i cant get what exactly steps should i follow ? 我正在尝试在ColudFoundry上部署我的Plain PHP应用程序...但是我无法确切地遵循我应该遵循的步骤? anybody please help me to deploy it on CloudFoundry. 任何人都请帮助我在CloudFoundry上部署它。

Are you trying to deploy the PHP app to CloudFoundry.com? 您是否正在尝试将PHP应用程序部署到CloudFoundry.com? If so, PHP is not enabled there. 如果是这样,则那里没有启用PHP。 PHP support is in the opensource project at https://github.com/cloudfoundry and on some PaaS providers using Cloud Foundry, such as AppFog: http://appfog.com/ PHP支持在https://github.com/cloudfoundry的开源项目中,以及在某些使用Cloud Foundry的PaaS提供商(例如AppFog)中: http ://appfog.com/

You can check if PHP is an available runtime by running vmc runtimes . 您可以通过运行vmc runtimes来检查PHP是否可用。

For general instructions on deploying a PHP app to a Cloud Foundry instance that supports it: https://github.com/cloudfoundry/oss-docs/tree/master/vcap/php_support 有关将PHP应用程序部署到支持它的Cloud Foundry实例的一般说明: https : //github.com/cloudfoundry/oss-docs/tree/master/vcap/php_support

CloudFoundry.com does not have support for all that is checked into CloudFoundry.org but there are other Cloud Foundry providers that provide more cutting edge services. CloudFoundry.com不支持签入CloudFoundry.org的所有内容,但是还有其他Cloud Foundry提供程序提供了更先进的服务。

http://appfog.com/ provides PHP and Python support built-in, as well as languages like Java, Node, and Ruby. http://appfog.com/提供内置的PHP和Python支持,以及Java,Node和Ruby之类的语言。

AppFog was also the company who contributed PHP support to Cloud Foundry and has the benefit of running in US, EU, and Asia. AppFog还是向Cloud Foundry提供PHP支持的公司,并受益于在美国,欧盟和亚洲运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM