1

zulip 设置需要有 Vagrant 设置。 https://github.com/zulip/zulip 但在 Ubuntu 14.04 中失败

$vagrant plugin install vagrant-lxc
Installing the 'vagrant-lxc' plugin. This can take a few minutes...
Installed the plugin 'vagrant-lxc (1.2.1)'!


$vagrant up
Failed to load the "vagrant-lxc" plugin. View logs for more details.
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
* The box 'ubuntu/trusty64' could not be found.

有什么想法可能会出错吗?

4

1 回答 1

1

问题似乎不是来自插件,而是来自盒子。

你能用下载盒子吗vagrant box add ubuntu/trusty64 https://atlas.hashicorp.com/ubuntu/boxes/trusty64

安装盒子后,您应该可以运行vagrant up

另外,如果您在普通的 ubuntu 机器上运行,为什么还需要vagrant-lxc插件,您的意思是使用另一个机器吗?

于 2015-09-30T06:22:27.393 回答