Hope someone can help out here. I'm trying to version self hosted vagrant boxes, so doing this without using Vagrant Cloud.
I've created the following meta data file:
{
"description": "How about this",
"name": "Graphite",
"versions": [
{
…
I am contributing to a project and forked their repository.
I have spent a few days on coding some new features and when I commit my changes to github every single fine gets recommited.... Even if I have not changed the file..
Why is this happening,…
first_vagcode is a vm created in folder f:\vagvms\vagcode, it can still be booted from vbox gui, but i can never boot it using vagrant up now, it seems vagrant status cannot even discovery right now, i hacked, and find all metadata inside .vagrant…
I am creating a ruby chef script (cookbooks recipe) to install Postgresql on my provisioned virtual machine on windows. I have the following scripts:
postgresql_location =…
I installed Vagrant 1-7-2 on Windows 7, but I can't get it running. I followed the getting started instructions at www.vagrantup.com, this looks quite simple, but doesn't work for me. I get this error:
I'm setting up vagrant on my Windows 7 and configuring Vagrantfile. Can I set the actual folder and guest folder to be the same? Here is my code:
config.vm.synced_folder "C:\Users\dmitry\VM\code", "/vagrant/code"
I have a windows 10 host and I would like to set up Synced Folders for my vagrant box. In my Vagrantfile I have:
Vagrant.configure("2") do |config|
config.vm.box = "hashicorp/bionic64"
config.vm.synced_folder "./data", "/vagrant_data"
end
When…
I have a Vagrantfile to provision an Ubuntu VM. After I do vagrant up the script will eventually run into the below error. I tried searching for any answer and the best I could find was Ubuntu specific. I am attempting to run this Vagrantfile on…
Am working on Laravel for the first time. I have a source code on GIT and database of Laravel application. I came to know that it will not run on windows environment.
So I installed Virtual Box, Vagrant machine and GIT. Now I don't know how to…
I saw scotch.io vagrant box and i was please with it. so i went ahead to download virtualbox and vagrant. also downloaded the scotch.io vagrantfile. but i when i enter the vagrant up in that dir using cmd an pc user.
it gives this…
I had set up a vagrant VM with boot2docker for a helloworld docker image on my windows machine. After setting it up, I wanted to sync my host machine windows folder to vm machine. As per instructions, I installed cygwin64 to get rsync on my windows…
We have some pre-made Vagrant environments in our office, but one I want to use will create an 80GB partition (and take up way too much of my local HDD space).
Is there an easy way to edit that configuration before loading the box in Vagrant? The…
while doing vagrant up vm is not initialing getting error in INFO subprocess:
Starting process: ["C:\Windows\System32\WindowsPowerShell rofile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "(new-ob…
I am trying to use Vagrant via Git Bash to download the Linux OS and start up the virtual machine on Windows 7. I have already run the command vagrant init hashicorp/precise32 which places the 'vagrantfile' in the destination folder.
The problem…
I am trying to use both bokeh and matplotlib in my IPython notebook... Neither work perfectly.
Attached is a screen shot of Bokeh. Matplotlib explanation is below.
Here are my system specs:
-Windows 7 with Vagrant
-Jupyter/IPython
BOKEH --…