Google App Engine Development
- Ondřej Kubíček
- Member | 494
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
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