【问题标题】:Where is home directory in GCP app engine standard environment?GCP 应用引擎标准环境中的主目录在哪里?
【发布时间】:2021-06-22 20:06:29
【问题描述】:

我已经将django网页分发到gcp标准环境的app引擎,现在想分发包括chemaxon的marvinJS。

为了使用该应用程序,您需要将许可证放在该路径中。

(home directory)/.chemaxon

但是,我找不到分布式标准环境应用引擎的主目录。

另外,如果找到了,应该如何移动文件?

【问题讨论】:

    标签: google-app-engine google-cloud-platform home-directory


    【解决方案1】:

    App Engine 标准是一个打包的解决方案。您提交您的代码,它被编译(如果需要)并打包在一个容器中(使用 Buildpack)。您无需管理环境、主目录、用户......

    因此,请尝试将文件添加到代码的根路径中。您将无法将文件放在 dir 路径中的更高位置..

    【讨论】:

      猜你喜欢
      • 2021-02-08
      • 2019-05-11
      • 2018-04-29
      • 1970-01-01
      • 1970-01-01
      • 2018-06-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多