question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running wekan as an standalone program on Windows

See original GitHub issue

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:

  1. Created a wekan folder
  2. Downloaded the latest version and extracted in bundle folder inside the wekan folder: wekan\bundle
  3. Installed nodejs 0.10.48 from here, copied the installed files to wekan\nodejs
  4. Downloaded the MongoDB portable and extract it as wekan\MongoDBPortable
  5. Created the following windows batch file:
SET MONGO_URL=mongodb://127.0.0.1:27017/wekan
SET ROOT_URL=http://127.0.0.1:8081/
SET MAIL_URL=smtp://user:pass@mailserver.example.com:25/
SET MAIL_FROM=wekan-admin@example.com
SET PORT=8081
MongoDBPortable\MongoDBPortable.exe
cd bundle
..\nodejs\node.exe main.js
pause
  1. Wekan did not run even though i downloaded the binary release.
cd bundle\programs\server
..\..\..\nodejs\npm install

Error (npm-debug.zip) :

Missing win32-x64-v8-3.14\fibers.node

So right now i’m following the new guide suggested by @xet7 to overcome the problem.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
xet7commented, Mar 2, 2017

@sinasalek

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 version in .zip file.

0reactions
xet7commented, Nov 4, 2018

Moved to #710

Read more comments on GitHub >

github_iconTop Results From Across the Web

Running wekan as an standalone program on Windows
So i'm trying to run wekan as an standalone windows program with no dependencies (all dependencies included). eventually it can be packaged ...
Read more >
WeKan ® — Open-Source kanban
WeKan ® Open-Source kanban. · Client: Javascript enabled mobile or desktop webbrowser or App · Download Server: WeKan ® v6.65, Meteor 2.9. ·...
Read more >
How to setup wekan project in windows? - Vanila Community
@xet7 This is my wekan source code folder. In which folder and file I have to change the source code to create analytics...
Read more >
Install Wekan from source on Windows
Running Wekan · Browse the wekan directory and run meteor , · If you see any error regarding xss, do meteor npm i...
Read more >
Wekan download | SourceForge.net
Download Wekan for free. The open-source kanban. Wekan is a completely open source and free collaborative kanban board application.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found