Code Igniter with PHP into AppEngine

1,174 views
Skip to first unread message

Franco Risso

unread,
Oct 15, 2013, 8:29:25 PM10/15/13
to google-a...@googlegroups.com
Hello, first to all, I'm amateur here, so take it easy please :)
I'm developing a web application using php codeigniter and mysql, is there a direct way to pass this into google app engine?
Thanks!

Vinny P

unread,
Oct 22, 2013, 11:52:16 PM10/22/13
to google-a...@googlegroups.com
On Tue, Oct 15, 2013 at 7:29 PM, Franco Risso <fran.a...@gmail.com> wrote:
I'm developing a web application using php codeigniter and mysql, is there a direct way to pass this into google app engine?



If you're asking how to upload your application and database data to App Engine/Cloud SQL servers, it's fairly easy to push your data and code in.

To upload your PHP/CodeIgniter application, you can either use appcfg ( https://developers.google.com/appengine/docs/php/tools/uploadinganapp ) or if you have git installed you can use Git Push To Deploy: https://developers.google.com/appengine/docs/push-to-deploy

As for your MySQL data, you can import the data into a Cloud SQL instance by following these instructions: https://developers.google.com/cloud-sql/docs/import_export#migrate
 
 
-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

 
Reply all
Reply to author
Forward
0 new messages