-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix vagrant dev environment autoprovisioning in Windows #353
Comments
Might be able to tweak https://github.com/brunofacca/rails-development-environment to do this, but it'll have to be another day. Figures the first time I get in weeks to work on these PRs, something else breaks ¯\_(ツ)_/¯ |
Quick update, I've nearly got this working again but getting ruby 2.2.5/rvm set up during provisioning has become a real pain in the ass largely due to https://stackoverflow.com/questions/22650731/rvm-warning-path-is-not-properly-set-up. I think I've finally got it working by implementing a couple sledgehammer type workarounds and am waiting for a fresh environment to finish provisioning to confirm. If I don't put in a PR tonight, expect one soon. |
Throwing these commands in here for future reference. They're the commands I couldn't get working during provisioning without running into various shell/ruby/permissions errors.
In short, there's something weird about the shell Vagrant is using to run the provision commands, but running them manually after |
Might have to look at using a simple shell script to do this, which has the added benefit of breaking less often (hopefully).
The text was updated successfully, but these errors were encountered: