I'm following the old tutorials off of gettingstartedwithdjango.com.
This series is quite old and I'm new to Django which is why I hit that site in the first place. It became my first introduction to Vagrant. Because the series is old and there…
I am trying to run VirtualBox with Vagrant and the plugin vagrant-multi-putty. I am running Windows 10 and am following this guide. All the plugins and steps seem to work fine until I get to the “vagrant ssh” step. I get this error:
I did some…
I'm using vagrant and docker on a Windows 7 machine with VirtualBox as a provider for the docker host VM. I have a vagrant project defined with the docker provider so that vagrant up will start the mongo container. I am not provisioning the mongo…
I'm new to vagrant, using 1.7.4 with VirtualBox 5.0.10 on Windows 7 and trying to figure out how to get it to setup and run docker containers the way I'd like, which is like so:
Start my docker host, which is already provisioned with the latest…
I'm using Vagrant on Windows to create my dev environment. But today when I start it with the command vagrant up, it created another VM instead of using the one I always used it.
Looking in the folder C:/Users/My_User/VirtualBox VMs I found the…
I am new to vagrant.
I have installed virtualbox and vagrant(1.7.4) and then follow the book type
$> vagrant plugin install vagrant-cachier
After some minutes,it reported an error:
> vagrant plugin install vagrant-cachier
Installing the…
I am new in Vagrant and in Apache Storm.
I am following an online course where show the following situation.
There is an Ubuntu virtual machine installed on Virtual Box
On the host machine (the same where is installed Virtual Box and that run the…
Why I can't make new Virtual Machine using Vagrant, every time I do vagrant up it always overrides my previous created VM, even I changed the box name and vm name like below codes:
# -*- mode: ruby -*-
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION_NO…
Has anyone here configured access to a Vagrant VM through dynamic DNS? I've configured my router to point to the Vagrant VM public IP address configured in Vagrantfile, but can't access it from an external network. From other computers in LAN I can…
This is my first attempt of using Vagrant on a Windows machine.
I'm just following Vagrant Getting Started guide.
Here is my Vagrantfile:
Vagrant.configure(2) do |config|
config.vm.box = "hashicorp/precise32"
config.vm.provision :shell,…
Hello I'm trying to install laravel/homestead but when I'm running the command in Git Bash I get an tty error and I don't have any clue how to fix it. I'm running on windows 8.1. Here is the error I get when I run:
vagrant box add…
When trying vagrant with the following setup:
vagrant.exe box add ubuntu/trusty64
Vagrantfile:
config.vm.box = "ubuntu/trusty64"
when running:
vagrant.exe up
It stalls immediately after issuing the command at:
"default: Verifying Hyper-V is…
I'm gonna to use vagrant on my windows desktop to develop Laravel project. I have followed all the steps to do that. But it has been failed to create homestead.yaml using bash init.sh command.
Below is the error :
Fakhreddin@Lenovo-PC3…
Chef experts,
Its really important and critical to my project so posting to get some real fast guidance.
Requirement: Need to reboot VM in between chef run.
Example: Recipe1->Recipe2(Install windows feature which require reboot)->reboot…
I'm trying to mup deploy the todos example of Meteor to a Vagrant VM running Ubuntu 14.04 LTS x64.
Meteor Up supports Windows (I'm on Windows 7):
You can use install and use Meteor Up from Linux, Mac and Windows.
This is my…