【问题标题】:Updating Parse Server Example in Heroku在 Heroku 中更新 Parse Server 示例
【发布时间】:2016-05-05 17:56:11
【问题描述】:

我已经使用本指南在 Heroku 上使用 Parse Server 已经有一段时间了。 https://devcenter.heroku.com/articles/deploying-a-parse-server-to-heroku

但是我想使用仪表板但我的解析服务器是 1.6,有没有办法从 heroku 更新我的解析服务器?

【问题讨论】:

    标签: node.js heroku parse-platform parse-server


    【解决方案1】:

    我假设您只需使用 Heroku 网站上的 Deploy 按钮将 parse-server 部署到 Heroku。如果是这样,您可以手动从原始存储库中获取 parse-server-example 的更改到您的计算机上并将它们推送回 heroku。

    1. 将当前部署的解析服务器从 Heroku 克隆到您的计算机上
    2. 将原始解析服务器示例添加为来自https://github.com/ParsePlatform/parse-server-example.git 的远程存储库
    3. 从您添加的远程存储库中获取更改
    4. 合并
    5. 推送到heroku

    注意:

    解析服务器当前为 2.2.9。如果您有一个实时应用,建议您在生产环境之前的测试环境中测试更新后您的应用是否仍然有效。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-07-28
      • 2018-11-06
      • 1970-01-01
      • 1970-01-01
      • 2016-09-13
      • 2020-06-06
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多