简体   繁体   English

Codeigniter和Google App Engine

[英]Codeigniter and Google App Engine

I've made my entire site using the Codeigniter framework, and it is working well without any hassles (Note I'm using MySQL in the website). 我使用Codeigniter框架制作了我的整个网站,它运行良好没有任何麻烦(注意我在网站上使用MySQL)。

I've been told now to try and get it on to the Google servers as they are excellent for scalability. 我现在被告知尝试将其发送到Google服务器,因为它们具有出色的可扩展性。 I just have one huge problem, is there any way or step by step tutorial that helps me do this as I've read up on Quercus which allows for the php to run but I haven't found something explaining how to use the Codeigniter framework with the Quercus. 我只是有一个很大的问题,是否有任何方法或一步一步的教程,帮助我这样做,因为我已经阅读了Quercus允许运行的PHP,但我还没有找到解释如何使用Codeigniter框架的东西与栎属。
Please any help or push in the right direction would be appreciated! 请任何帮助或推进正确的方向将不胜感激!

We announced Native PHP support for Google App Engine at I/O. 我们在I / O上宣布了对Google App Engine的原生PHP支持。

https://developers.google.com/appengine/docs/php/ https://developers.google.com/appengine/docs/php/

After Google announced native PHP support I decided to deploy CodeIgniter on Google App Engine. 谷歌宣布本地PHP支持后,我决定在Google App Engine上部署CodeIgniter。 It works natively, tough certain extensions to the core must be done in order to use PHP Runtime API. 它本地工作,必须完成某些核心扩展才能使用PHP Runtime API。 I've started writing a series of articles you might want to check out which document and clarify the process of deploying CodeIgniter natively. 我已经开始编写一系列文章,您可能想要查看哪个文档,并阐明本地部署CodeIgniter的过程。

http://blog.programming4design.com/codeigniter-on-google-appengine-for-php/ http://blog.programming4design.com/codeigniter-on-google-appengine-for-php/

PHP is being added natively to App Engine, maybe this year, but I'm not sure when. PHP正在本地添加到App Engine,也许是今年,但我不知道什么时候。 The App Engine Team announced this on the parntership event at Paris last week. App Engine团队上周在巴黎举行的parntership活动上宣布了这一消息。

CodeIgniter works fine on Google App Engine's PHP. CodeIgniter在Google App Engine的PHP上运行良好。

Working Demo at : http://ci-on-gae.sasidhar.com/ 工作演示: http//ci-on-gae.sasidhar.com/

Source files for the entire above demo site are in Github at : https://github.com/sasidhar/codeigniter-gae-app 整个上述演示站点的源文件位于Github: https//github.com/sasidhar/codeigniter-gae-app

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

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