Conversation
|
Thanks for adding this. I am stuck on the last step here. How can we get ". /vagrant/post_provision.sh" to run in windows? Dave |
|
You should run ". /vagrant/post_provision.sh" from within the vagrant virtual machine. After you run "vagrant ssh" you should see the command prompt change to a linux style prompt. That's when you can run it. |
|
That's what I thought. So when I do that here is the result: login as: vagrant
It does not give an error but nothing seems to result from the input. If I then go on to put in: vagrant@precise32: So it seems I am missing something. |
|
It's a little hard to tell where one line ends and the next begins. But it looks like you have added a "-bash" to the end of the ". /vagrant/post_provision.sh". Is that the case? and if so why? More importantly though, it looks like you have the error "/vagrant/post_provision.sh: No such file or directory". Are you sure you have that file synced up? If you follow these instructions what do you see? and looking through your windows directory, do you see the "post_provision.sh" file? |
Hi, This is the vagrant setup process I've been working with for crowdhoster. I'm not sure if you'd rather just link to the project, or have a link to the setup and post_provision scripts.
These changes allow you to have the project up and running with a few simple steps and almost no configuration.
From here you can verify that all the defaults are installed by running
However, to get the website to work
I've found this to be useful for my setup process, especially with vagrant. I hope it's helpful, and please let me know if you'd rather have this in another format.
-Joseph