Skip to content
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

Bundle Install Not Working on Windows #59

Closed
mikeymadx opened this issue Jan 31, 2015 · 1 comment
Closed

Bundle Install Not Working on Windows #59

mikeymadx opened this issue Jan 31, 2015 · 1 comment

Comments

@mikeymadx
Copy link

When following the directions for installing the bundles and code, lots of problems arose concerning bundle installation. Had to research ways of installing the bundles separately. Still cannot get all the bundles installed specifically the puma bundle.

It was a huge problem for me on Windows OS but others have reported long processes to get all the bundles on other systems.

@mikeymadx
Copy link
Author

Figured out the solution to the puma bundle. Followed directions from https://github.com/hicknhack-software/rails-disco/wiki/Installing-puma-on-windows

Install DevKit, e.g. in c:\devkit
unpack the OpenSSL Package, e.g. in c:\openssl (use 7Zip or PeaZip)
You need to copy the ddls from the bin directory (libeay32.dll and ssleay32.dll) to your ruby/bin directory.
open a windows console
initialize the DevKit build environment
c:\devkit\devkitvars.bat -except here. I used this: ruby dk.rb init
Now it’s possible to install the puma gem with the OpenSSL packages
gem install puma -- --with-opt-dir=c:\openssl

If the downloading of the bundles could be more specific it would be easier for others on Windows to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant