-
Notifications
You must be signed in to change notification settings - Fork 48
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
Windows support #7
Comments
+1 |
technically latest version should work with windows (experimentally). Can you try it and report back? |
When I run this in CMD:
Here is what I get:
|
Thanks that error was helpful. Looks like an issue with windows and the eventmachine gem, which is too bad because I think the core gitdocs functionality does work on windows. Hopefully we can sort this out soon. |
Here is a stackoverflow thread about the same issue for future reference: http://stackoverflow.com/questions/3649252/cannot-install-thin-on-windows |
Well, that's a shame. Meanwhile, I installed 'eventmachine' and then 'gitdocs', and somehow the installation was completed. But I get an error when I try to start it, I assume this is what you were referring to.
|
Thanks for following up, I appreciate it. It's clear we have some work to do to get windows support. |
Just for fun try |
|
Note to self: https://github.com/djberg96/win32-service/blob/master/doc/daemon.txt and http://rubyforge.org/docman/view.php/85/596/daemon.html is how to start a daemon on windows (using windows services) |
Hey @cdes, thanks for continuing to test with us. We have fixed multiple issues related to windows in gitdocs 0.4.4 and I would love if you could test again. can you run |
great progress It seems to be running, but I couldn't specify a share to sync.
|
Try:
and then
again and it should work. Let me know if you can get it syncing! Then we just need to get daemonizing setup for windows and fix some other general bugs and things should be cross-platform. Thanks for your testing. |
I tried it, but it won't add the share here's the error I got.
|
Thanks for responding back so quick with the trace. Will look at this soon, hopefully fix it. Slowly but surely we will make this work for windows! |
glad to be of help |
We should support windows at some point.
The text was updated successfully, but these errors were encountered: