我在这方面真的很陌生,但我一直在尝试通过 Meteor 将 Telescope 部署到我的 Digital Ocean 帐户。请帮忙。我碰壁了。
我已经成功完成了 mup 设置。
但是,当我进行 mup 部署时,我得到了失败。
我很好奇我的文件夹和文件设置是否正确。
当我输入“mup setup”时,我在 root/projectname 中。mup.json 和 setting.json 在那个文件夹中。然后我的应用程序在“appname”下有一个文件夹,其中只有 .meteor 文件。
mup.json 编辑到“app”的位置:“appname”,
这是下面的错误,
****gyp info spawn args '-Dmodule_root_dir=/opt/deploythisbook/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
gyp info ok
npm WARN package.json meteor-dev-bundle@0.0.0 No description
npm WARN package.json meteor-dev-bundle@0.0.0 No repository field.
npm WARN package.json meteor-dev-bundle@0.0.0 No README data
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 80: Connection refused
Latest deployment failed! Reverted back to the previous version.****