-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Running wekan as an standalone program on Windows #883
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
Comments
How did you get fibers compiled? |
Ok i succeeded by following the new guide :) also updated it to reflect the few minor issues i encountered. So now how can i build a binary package out of this to run it on other systems without the build process and all those dependencies? |
wekan-0.11.1-rc1.tar.gz contains fibres binaries, but when i run wekan i receive the following error, the strange thing is among those binaries there binaries for both Windows x32 and x64 so why is it looking for it on a wrong path? even when i compiled wekan from source, the generated fibres binaries did not contain such a folder!
I tried copy those binaries to the folder it's looking for but now i receive the following error: What do you think? is this problem related to wekan or fibres, meteor? my google search so far was not much of a help.
|
wekan-0.11.1-rc1.tar.gz has been compiled on Linux, I think it does not directly work on Windows. I'll try to compile Windows version and see if those could be combined, or have Windows |
I couldn't build x64 binaries for fibres (probably because of dependency issues) but manged to build x32 binaries. i copied them over to fibers/bin and finally got passed the error.
|
An official Windows build is highly appreciated, wekan is really good for using as client kanban board and it's very fast.
|
In my case there were node-gyp related issues, so I suggested a visual c++ build, I don't see anything related to visual c++ in your issue details. Still that doesn't solve the actual problem mentioned in the title, right? Let's find out how can we do that. |
@entrptaher The new guide worked just fine, i tried it on a fresh Windows 10 Pro and could compile wekan from source and run it on Windows, then i copied the windows binaries for fibres and bcrypt over to the linux binary release to make it run cleanly. However we can't expect every user to spend several hours for just running the application. The problem is there is no windows binary build so everytime we have a new release i have to do the whole process again if the used fibres and bcrypt version changes. So the next step as @xet7 mentioned is to add Windows to the build process and have a separate zip file for Windows. |
The are also more robust solutions making meteor desktop app. arboleya:electrify looks like a good option |
Anyone experience with electrifying? This would be awesome! |
@sinasalek Have you checked out https://dmitryivanov.net/? It contains "Portable Kanban" and might be able to fulfill your needs. |
@chrisafl Yes i did, i tried many different kanaban boards util i decided to use Wekan, that's the reason i said if wekan supports desktop, it can be extremely useful for many people. I don't have any problem using Wekan on my desktop after i managed to set it up, the experience is great. I run it with single click and it's fast. But it is a very ugly and unmaintainable way of doing it and i will have problem with updates. |
@sinasalek I agree with all of your points. Additionally, I would love to see an easy to install desktop version of Wekan as well. Thank you for the work you did to get it working and for sharing it with everyone. Hopefully it can end up in a nice MSI package for newbies like me one day. |
any news on this? |
At #1088 somebody already got Wekan running on Windows by installing from source as related git submodule bug got fixed recently, more details about Windows support at https://github.com/wekan/wekan/wiki/Platforms#source-on-windows So this mainly requires somebody testing is it possible to create standalone Windows package and add related info to wiki. Then I could make releases also as standalone program on Windows. |
Moved to here from #447 AFAIK newest Docker for Windows and Mac include Docker Compose, and they should be also able to run Linux containers with this docker-compose.yml: There has been a lot of Wekan upgrades like Meteor 1.6.0.1 etc that can be seen from Dockerfile: Anyone having newest Docker for Windows, please test these with Linux and Windows versions of dependencies, and add results about your tests to this issue. Thanks! |
I just successfully installed wekan from source on win10 using the guide |
Yes, you can convert this bash file to bat file, and run with only node: |
I added some beginning of build scripts here, but did run out of time, please try to add more to them as PRs. They are not finished yet. |
Moved to #710 |
Uh oh!
There was an error while loading. Please reload this page.
As you may know, there isn't any decent client program for kanaban, wekan is a very good candidate. On Linux docker can be used since it does not have much of a overhead and can be installed with few lines of commands. However on windows unfortunately it's quite difficult if not impossible. I opened up this issue the share my work and let anyone interested to join. So i'm trying to run wekan as an standalone windows program with no dependencies (all dependencies included). eventually it can be packaged as an windows installer msi file.
Here is the steps i've taken:
Error (npm-debug.zip) :
So right now i'm following the new guide suggested by @xet7 to overcome the problem.
The text was updated successfully, but these errors were encountered: