Open Paulmicha opened 9 years ago
Sorry you've had problems running Vlad. Although Windows support was officially introduced in version 1.0 it's not been that well tested as no one currently contributing to the project currently runs Windows. If you can figure out what the problem is then that would be great (bit of an ask I know).
In the mean time I'm going to do some digging and try to find a test box from somewhere and see what I can find out. Thanks for all of the logs and comments above, brilliant bug report :)
Add remote_user: root
parameter in ./vlad_guts/playbooks/roles/ruby/tasks/ruby.yml right below sudo: true
It was mentioned at http://stackoverflow.com/a/29019067 and works for me.
Possibly relates to #248
Host (Windows 8.1) : VirtualBox 4.3.28 Vagrant 1.7.2 Guest (with
vagrant ssh
) : Ansible 1.9.2Installation procedure :
D:\VagrantBoxes\vlad
:git clone https://github.com/hashbangcode/vlad.git
.Edited file
D:\VagrantBoxes\vlad\Vagrantfile
, added after line 208 :vb.gui = true vb.memory = "4096" vb.cpus = 4
D:\VagrantBoxes\vlad\vlad\settings.yml
with contents :D:\VagrantBoxes\vlad\docroot
.D:\VagrantBoxes\vlad
, launchedvagrant up
with administrator-launched Cmder : 1st error.D:\VagrantBoxes\vlad\vlad\settings.yml
to putruby_install: false
: same error.Extract from the
vagrant up
error :Additionnal notes :
settings.yml
) are installed anyways - ex: xhprofThen :