Currently I am using google app engine with laravel custom cms coaster cms. How can I make the following folders writable?
Tried all normal commands, chmod
given permission check the above image
While App Engine runs on VM's, this does not mean that you should rely on changing their permissions. Remember that App Engine is a managed VM, this means that even if you make the folders writable on an instance, if App Engine scales up or has to destroy the instance you modified, you would need to make the changes on the new instances (which you shouldn't be doing).
I would recommend you to use Compute Engine with a managed instance group in order to solve this issue as this would be more practical than to mingle with every instance that spawns for you app.
You can put the commands you need to make Coaster CMS folders writable, in a dockerfile for your App Engine Flex VMs. That way when the VM is launched, it's properly configured.
If that doesn't work, then you can use startup scripts to setup/configure all your GCE VMs at startup.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With