Google App Engine Development

on5
Member | 3
+
0
-

Hello Everyone,

Just start working with Nette, really like it. I was wondering if someone have any instructions how to run app developed in Nette on Google App Engine.

Thanks in Advance.

Regards

Ahmed

Ondřej Kubíček
Member | 494
+
0
-

it has nothing to do with nette. you have to look into the documentation of google app engine how to run php on google app engine

David Matějka
Moderator | 6445
+
0
-

Hello, this is quite problematic.

As far as I know, google app engine has read-only filesystem but Nette needs to write some cache files – namely robot loader cache, compiled DI container and compiled latte templates. The solution is to warmup the cache somehow and deploy the app with it. But I'm not aware of any nette-specific instructions

Jan Mikeš
Member | 771
+
0
-

Hi, this is not true anymore.

The file system is called “ephemeral”, which means you can write to it but these changes are not permanent.

As well standard environment on GAE on php 7 is still in beta. Stable standard runs on 5.5 which might be problem for Nette 2.4.