-
Notifications
You must be signed in to change notification settings - Fork 56
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
Can't install on Windows #67
Comments
I assume you mean Windows 10 😄 -- unless I'm missing something. We could solve this by keeping an up-to-date Vagrant image, I feel like I'd rather that than maintaining instructions for installing Ruby and Postgres on Windows. |
haha - yep. 10 - and ya, Vagrant is a good idea. I'll also keep an eye out for good Windows instructions on getting Ruby and Postgres going (if there are any) |
I am working off of a Windows 10 machine and recently submitted a PR that added the I'm writing code and everything is working properly. |
@howdoicomputer good to hear :) I think some of the confusion for this issue was around running Postgres and Ruby on Windows, but I may be misremembering. We could add some links to other documents for how to do that though. |
Windows development is always tricky for projects that require C extensions. I'll write a guide somewhere but potential Windows developers would need to install Ruby 2.X, install Ruby DevKit, install Postgres, and then follow the documentation for DevKit so that gems like I also found that there is a bug in the I mean, it's a bit tricky but if the steps are laid out it takes less than ten minutes to get everything running to the point that |
Alright, I went ahead and wrote a lengthy guide in the wiki for setting this up on Windows. https://github.com/sfbrigade/adopt-a-drain/wiki/Windows-Development-Environment Is this issue ready for closing? |
Indeed it is, these instructions are great! |
Update second confirmation email and other SF reference to NFK
spent an hour trying to get an ENV up on Windows 9, without luck
The text was updated successfully, but these errors were encountered: