【问题标题】:Verifying Deployment: FAILED on deploying Telescope App验证部署:部署 Telescope 应用程序失败
【发布时间】:2017-02-05 13:24:46
【问题描述】:

我正在尝试使用 mup 将 TelescopeApp 部署到 DigitalOcean。在“验证部署:失败”之前,一切似乎都很顺利。我正在使用 abernix/meteord:base dockerimage。

错误显示“在 v8-profiler@5.6.5 安装脚本 'node-pre-gyp install --fallback-to-build' 处失败。确保您安装了最新版本的 node.js 和 npm。如果你这样做了,这很可能是 v8-profiler 包的问题,​​而不是 npm 本身的问题。” 整个错误在这里http://pastebin.com/4pDHy5KM

我尝试在另一个 DigitalOcean 液滴上安装 Telescope,并从那里部署它,但在部署到 Telescope 液滴时遇到了同样的错误。有关如何解决此问题的任何想法?

mup.js:

module.exports = {
 servers: {
  one: {
   host: 'x.x.x.x',
   username: 'root'
  }
 },
 meteor: {
  name: 'Telescope',
  path: '.',
  servers: {
   one: {}
  },
  buildOptions: {
   serverOnly: true,
  },
  env: {
   ROOT_URL: 'http://x.x.x.x',
  },
  dockerImage: 'abernix/meteord:base',
  deployCheckWaitTime: 60
 },
 mongo: {
  oplog: true,
  port: 27017,
  servers: {
   one: {},
  },
 },
};

【问题讨论】:

    标签: meteor deployment telescope


    【解决方案1】:

    在 TelescopeApp 的松弛频道上,有人告诉我禁用 nova:kadira 并使用 --settings 标志运行 mup 以确保。这解决了部署问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-01-31
      • 2018-10-11
      • 1970-01-01
      • 1970-01-01
      • 2013-08-11
      • 2011-07-21
      • 1970-01-01
      • 2018-08-11
      相关资源
      最近更新 更多