On Tue, Oct 15, 2013 at 7:29 PM, Franco Risso <[email protected]> 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 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
