Skip to content
Lauri Ojansivu edited this page Mar 19, 2020 · 24 revisions

a) Bundle with Windows Node+MongoDB

This has highest performance and lowest RAM usage, because there is no virtualization like Docker, Windows Subsystem for Linux, etc. Wekan is run with Windows native version of Node.js and MongoDB, directly at Windows filesystem.

  1. If you have important data in Wekan, do backup.

  2. Install newest Node.js v12.x.x for Windows https://nodejs.org/dist/v12.16.1/

  3. Install MongoDB 4.x for Windows https://www.mongodb.com/download-center/community

  4. Download and newest Wekan bundle wekan-3.xx.zip from https://releases.wekan.team

  5. Unzip wekan-3.xx.zip, it has directory name bundle

  6. Like at bundle wiki page, similarly do for bundle:

cd bundle/programs/server
npm install
npm install node-gyp node-pre-gyp fibers
cd ..\..\..
  1. Download start-wekan.bat to your bundle directory. Edit it for your ROOT_URL etc settings.

  2. Start Wekan:

cd bundle
start-wekan.bat
  1. Add users.

b) Install Meteor on Windows

https://github.com/zodern/windows-meteor-installer/

c) Docker

d) Windows Subsystem for Linux on Windows 10

e) Probaby does not work: Install from source directly on Windows to get Wekan running natively on Windows. git clone on Windows has been fixed. Related: running standalone and nexe.

Related

Linux stuff in Windows 10 part 1 and part 2.

Wekan

General

Support priorities for new features and bugfixes

  1. Commercial Support
  2. Community Support
  3. Debugging

Security

Backup

Repair

Themes

Features

Email

Logs and Stats

Migrating

Required Settings

Download

Webservers

REST API Docs

REST API issue

REST API client code

Webhooks

Case Studies

Development

Issues

Clone this wiki locally