vagrant tag

42 questions


1 answers
361 views
0
The rake command does not work.

We are building an environment using Git Bush.What I want to do is launch the mock.I entered this command because I wanted to create a database before that.I'm very sorry, but I'm an amateur programmi...


1 answers
312 views
0
I want to connect to the virtual machine from another machine in the Vagrant bridge local.

You have enabled the following for vagrantfile:I don't wear the host part with anyone else.config.vm.network public_network, ip: 192.168.33.100Connect to the guest machine and ifconfig results. [vagra...

1 years ago

1 answers
121 views
0
ftruncate fails when fopen in a mode after vagrant-vbguest installation

I am maintaining an old PHP script, and I want to trunk the file and overwrite it as follows, but ftruncate failed after installing and restarting vagrant-vbguest.$file=./test.txt;$str = Write content...

1 years ago

1 answers
135 views
0
Vagrant halt will force termination instead of normal termination.

environmentVagrant 2.2.4VirtualBox version 5.2.28 r130011 (Qt5.6.3)VBoxControl version 5.2.28r130011Host osmac High Sierra 10.13.5Guest os Ubuntu 14.04 problemIt takes a very long time to finish with ...

1 years ago

2 answers
132 views
0
I want to start a virtual machine with VirtualBox and vagrant

Building a Local Development Environment [macOS Edition] - Dot Install for Programming I went to #06 Start a virtual machine by referring to the above page, but I got the following error:How can I res...

1 years ago

1 answers
65 views
0
vagrantup failed to create shared folder

Trying to create a shared fileThis is the configuration of the vagrantfile.config.vm.synced_folder /main, c:/work/main, type: rsync, rsync__exclude: [.git/, node_modules ] config.vm.synced_folder /mai...

1 years ago

1 answers
82 views
0
Want to know how to upgrade CentOS

From the development environment built with VirtualBox+vagrant+CentOS6I wanted to move to CentOS 7.5, but I had no experience, so I had a question.I thought about how to do it as a pattern in my own w...

1 years ago

1 answers
89 views
0
Why You Do Not Have to Specify Hosts in VSCode with XDebug?

Thank you for your help.Apache and Xdebug are running on CentOS booted from Vagrant, and they are being debugged using Visual Studio Code and PHP Debug plug-in to attach breakpoints.Now, I have a ques...

1 years ago

1 answers
99 views
0
I can no longer access the ip: "192.168.33.10" of the local development environment I have been using.

When I was running Vagrant, I got running(virtualbox) or vagrant provision or use the --provision. What do you mean by flag to force provisioning.Provisioners marked to run always will run.?I could ha...

1 years ago

1 answers
71 views
0
I can't do heroku open on the vagrant.

With Vagrant, we deployed CentOS to create a ruby on rails development environment.After installing heroku, git push heroku masterIn , push the repository to Heroku and heroku openThe following error ...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.