EE Vagrant Local Dev Setup (running into issues)

I’m using the following [https://github.com/gau1991/easyengine-vagrant][1] [1]: https://github.com/gau1991/easyengine-vagrant to setup a local EE environment as an alternative to VVV (as I like using EE so much in production and staging).

However, I’m running into a number of issues out the gate:

A couple of caveats:

  • I’ve changed the domain to vee.dev
  • I’ve replace config.vm.box for trusty64
  1. On vagrant up I get an issue with the hhvm package being unable to install via apt-get update so I added this key sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 and that proceeded ok.

  2. Now on doing provision I get this error in console:

==> default: Executing apt-get update, please wait... ==> default: [ Thu Jan 21 18:00:27 UTC 2016 ] Not updating EasyEngine to 3.4.1, exit status = 1 The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.

And in the log tail I get this:

2016-01-21 17:49:52,825 (DEBUG) ee : logging initialized for 'ee' using LoggingLogHandler 2016-01-21 17:49:53,065 (DEBUG) ee : ['/usr/local/bin/ee', '-v'] 2016-01-21 17:49:53,065 (DEBUG) ee : collecting arguments/commands for <ee.cli.controllers.base.EEBaseController object at 0x7fd3872667f0> 2016-01-21 18:00:26,813 (DEBUG) ee : logging initialized for 'ee' using LoggingLogHandler 2016-01-21 18:00:27,014 (DEBUG) ee : ['/usr/local/bin/ee', '-v'] 2016-01-21 18:00:27,014 (DEBUG) ee : collecting arguments/commands for <ee.cli.controllers.base.EEBaseController object at 0x7f4945783860>

Any help to solve this much appreciated as I would love to get this setup locally!

Thanks Sean