ubuntu 14.04 - Vagrant up fails with loading plugin -


the zulip setup requires having vagrant setup. https://github.com/zulip/zulip fails in ubuntu 14.04

$vagrant plugin install vagrant-lxc installing 'vagrant-lxc' plugin. can take few minutes... installed plugin 'vagrant-lxc (1.2.1)'!   $vagrant failed load "vagrant-lxc" plugin. view logs more details. bringing machine 'default' 'virtualbox' provider... there errors in configuration of machine. please fix following errors , try again: vm: * box 'ubuntu/trusty64' not found. 

any ideas might going wrong?

the problem not seem come plugin box instead.

can download box using vagrant box add ubuntu/trusty64 https://atlas.hashicorp.com/ubuntu/boxes/trusty64

once box installed, should able run vagrant up

also why need vagrant-lxc plugin if you're running on normal ubuntu box, did mean use box ?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -