Tag:

Meteor Up部署错误

我使用Meteor Up部署meteor应用程序。 开发应用程序在位置/ apps / proto / meteor / GatewayUI和我有.deploy文件夹是在GatewayUI文件夹内。 在给出命令“MUP部署”,我得到以下错误 { Error: spawn meteor ENOENT at exports._errnoException (util.js:1018:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:367:16) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9) code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn meteor', path: 'meteor', spawnargs: [ 'build', '–directory', '/tmp/mup-meteor-981e8b09-055e-4ffe-a50a-d73d07c1ac5f', '–architecture', 'os.linux.x86_64', '–debug', '–mobile-settings', '/apps/proto/meteor/GatewayUI/settings.json' ] } This error usually […]

用Meteor-Up和Debian 7安装时,“安装Docker:FAILED”错误

我只是买一个新的VPS(从OVH – VPS SSD 1 – Debian 7 Wheezy 64位),我尝试使用Meteor-Up (更确切地说是mupx版本 )来部署我的Meteor项目。 当我尝试安装mupx setup ,出现了一些安装Docker的错误。 我试图在服务器上和我的本地计算机上手动安装Docker。 我也尝试用sudo启动setup命令,但没有更好的.. 任何想法 ? Started TaskList: Setup (linux) [158.69.210.254] – Installing Docker [158.69.210.254] x Installing Docker: FAILED ———————————–STDERR———————————– opportunity to cancel the installation. If you installed the current Docker package using this script and are using it again to update […]