方案
我的问题:
已更新
当我使用mup,在meteor项目中创建文件夹“.deploy”时,我运行了命令“mup init”,我编辑了mup.json,然后我运行了命令“mup setup”。但它却给了我这样的错误;
D:\sample\.deploy>mup.cmd setup
Started TaskList: Setup Docker
[playandearn.in] - Setup Docker
[playandearn.in] x Setup Docker: FAILED
-----------------------------------STDERR-------------------------------
----
stdin: is not a tty
bash: line 7: docker: command not found
rm: cannot remove `/var/lib/dpkg/lock': No such file or directory
rm: cannot remove `/var/cache/apt/archives/lock': No such file or direct
ory
sudo: dpkg: command not found
sudo: apt-get: command not found
-----------------------------------STDOUT-------------------------------
----
------------------------------------------------------------------------
----
答案 0 :(得分:1)
您现在所做的是部署流星的方式不正确。您不需要在服务器上安装meteor,只需在开发机器上安装。
答案 1 :(得分:1)
您可以使用zodern/meteor-up
安装mup(npm包)
浏览到项目目录并运行mup init
如果您使用的是Windows,请使用 mup.cmd ,例如mup.cmd setup
准备配置文件后
mup(.cmd)deploy