Skip to content

Instantly share code, notes, and snippets.

@ndrluis
Created October 22, 2013 03:57
Show Gist options
  • Save ndrluis/7095013 to your computer and use it in GitHub Desktop.
Save ndrluis/7095013 to your computer and use it in GitHub Desktop.
andreanastacio @ ~/Workspace/src/ruby/ventriloquist/development
> bundle
Resolving dependencies...
Using rake (10.1.0)
Using dependor (1.0.1)
Using bogus (0.1.4)
Using timers (1.1.0)
Using celluloid (0.15.2)
Using ffi (1.9.0)
Using childprocess (0.3.9)
Using coderay (1.0.9)
Using diff-lcs (1.2.4)
Using erubis (2.7.0)
Using formatador (0.2.4)
Using rb-fsevent (0.9.3)
Using rb-inotify (0.9.2)
Using listen (2.1.1)
Using lumberjack (1.0.4)
Using method_source (0.8.2)
Using slop (3.4.6)
Using pry (0.9.12.2)
Using thor (0.18.1)
Using guard (2.1.1)
Using rspec-core (2.14.6)
Using rspec-expectations (2.14.3)
Using rspec-mocks (2.14.4)
Using rspec (2.14.1)
Using guard-rspec (4.0.3)
Using i18n (0.6.5)
Using log4r (1.1.10)
Using multi_json (1.8.2)
Using net-ssh (2.6.8)
Using net-scp (1.1.2)
Using simplecov-html (0.7.1)
Using simplecov (0.7.1)
Using vagrant (1.2.7) from git://github.com/mitchellh/vagrant.git (at v1.2.7)
Using vagrant-cachier (0.4.0.dev) from git://github.com/fgrehm/vagrant-cachier.git (at master)
Using vagrant-global-status (0.1.1) from git://github.com/fgrehm/vagrant-global-status.git (at master)
Using vagrant-lxc (0.6.4.dev) from git://github.com/fgrehm/vagrant-lxc.git (at master)
Using vagrant-pristine (0.3.0) from git://github.com/fgrehm/vagrant-pristine.git (at master)
Using vocker (0.3.3)
Using ventriloquist (0.2.2.dev) from source at .
Using bundler (1.3.5)
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
andreanastacio @ ~/Workspace/src/ruby/ventriloquist/development
> bundle exec vagrant up
You appear to be running Vagrant in a Bundler environment. Because
Vagrant should be run within installers (outside of Bundler), Vagrant
will assume that you're developing plugins and will change its behavior
in certain ways to better assist plugin development.
Bringing machine 'default' up with 'virtualbox' provider...
[default] VirtualBox VM is already running.
andreanastacio @ ~/Workspace/src/ruby/ventriloquist/development
> bundle exec vagrant halt
You appear to be running Vagrant in a Bundler environment. Because
Vagrant should be run within installers (outside of Bundler), Vagrant
will assume that you're developing plugins and will change its behavior
in certain ways to better assist plugin development.
[default] Removing cache buckets symlinks...
[default] vagrant-cachier was unable to SSH into the VM to remove symlinks!
[default] Attempting graceful shutdown of VM...
bundle vagrant up
bundle exec vagrant up
[default] Forcing shutdown of VM...
andreanastacio @ ~/Workspace/src/ruby/ventriloquist/development
> bundle vagrant up
Could not find task "vagrant".
andreanastacio @ ~/Workspace/src/ruby/ventriloquist/development
> bundle exec vagrant up
You appear to be running Vagrant in a Bundler environment. Because
Vagrant should be run within installers (outside of Bundler), Vagrant
will assume that you're developing plugins and will change its behavior
in certain ways to better assist plugin development.
Bringing machine 'default' up with 'virtualbox' provider...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] -- 8080 => 8080 (adapter 1)
[default] Running 'pre-boot' VM customizations...
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- /vagrant
[default] Running provisioner: ventriloquist...
Installing git
Installing Erlang
Downloading https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb to /tmp/erlang-solutions_1.0_all.deb
Installing Elixir 0.10.3
Downloading https://github.com/elixir-lang/elixir/releases/download/v0.10.3/v0.10.3.zip to /tmp/elixir-v0.10.3.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment