Hi do you have any tutorials for deploying mezzanine? I followed this tutorial https://cloud.google.com/python/django/flexible-environment#setting_up_your_local_environment. I'm stuck at 'gcloud app deploy' it's giving me this
ERROR: (gcloud.app.deploy) Error Response: [403] Operation not allowed https://appengine.googleapis.com/v1/apps?alt=json Details: - '@type': type.googleapis.com/google.rpc.ResourceInfo description: The "appengine.applications.create" permission is required. resourceType: gae.api On Monday, June 26, 2017 at 12:05:45 AM UTC+8, Kenneth Bolton wrote: > > Hi Christian, > > Mezzanine is just a Django application, and Django applications can be > deployed on Google Cloud Platform. > > From my perspective, any work to deploy beyond `fab all` is too much > effort. I can not speak to the specifics of using the default fabfile to > deploy anywhere other than a local VM, AWS, and RackSpace. Once my > `settings.FABRIC` dictionary is correctly set, I can stop thinking about > deployment complexities. > > hth, > ken > > On Sun, Jun 25, 2017 at 10:54 AM, Christian Kleineidam < > [email protected] <javascript:>> wrote: > >> Can Mexxanine be deployed on the Google Cloud Platform? If so, how much >> effort is it to deploy it? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mezzanine Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
