解决在安装Discourse时遇到的网络问题

app.yaml中找到templates一节,插入一行:

templates:
  - "templates/web.china.template.yml"

可使gem使用中国镜像站。
如需为git设置代理等,可在app.yaml中加入:

hooks: 
   before_web: 
     - exec: 
        cmd: 
          - git config --global http.proxy http://114.51.41.91:9810 # 一行一条命令

参考: