8000 Platforms · wekan/wekan Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Platforms

Lauri Ojansivu edited this page Sep 25, 2023 · 226 revisions

Downloads

Downloading and installing Wekan on various platforms.

Only newest Wekan is supported. Please check you are running newest Wekan, because old versions of Wekan have old Node.js and other vulnerabilities.

Related


Production: Univention platform, many apps and Wekan.

  • Virtual Appliances Download: VirtualBox, KVM, VMware, VMware ESX
  • Video of installing Univention Wekan Appliance
  • After installing, you get license key file in email. Go with webbrowser to VM ip address like http://192.x.x.x and upload license. After that also on VM screen console login as root is possible. If you install KDE app from App Center with webbrowser, you get KDE on VM screen.
  • Wekan for Univention Feature Requests and Bug Reports
  • Univention Open Source repos
  • Univention interview at FLOSS Weekly 480
  • VM based on Debian. Free and Enterprise versions of Univention are same, only difference is paid support.
  • Univention VM can be standalone, or replace Windows Server Active Directory, or join to existing Active Directory. Has web UI, LDAP server, Users/Groups management, adding user to app.
  • Wekan LDAP login is integrated to Univention LDAP. Create at Univention web UI at Users management LDAP Domain Admin user, and add Wekan app for that user, to get Wekan Admin Panel. Normal users don't have Admin Panel.
  • Has Wekan. From App Center you can install RocketChat, WordPress, OnlyOffice, NextCloud, OpenXChange, etc. Some apps are full free versions, some other apps require payment for more features. Wekan is full free version.
  • Wekan on Univention is based Wekan Docker version. Upgrading all apps on Univention upgrades also Wekan to newest available Wekan version.
  • Newer version of Wekan will be released when building and testing is done.


Production: SaaS, Wekan ready paid services, just start using.

  • Wekan Team - Snap Gantt Gpl Automatic Updates. Supports Wekan maintenance and development.
  • Cloudron - Standalone Wekan
  • PikaPods - Standalone Wekan with managed updat 10000 es and backups.
  • Scalingo - Standalone Wekan

Not exposed to Internet: Docker. No automatic upgrades.

Keep backups, Docker is more complex than others above. Use only if you have time to test new release first, and it's critical nothing gets broken. Because Docker does not have automatic updates, please keep behind firewall, without any ports open to Internet, because Wekan gets new security etc updates to Node.js and other dependencies often.


Not exposed to Internet: Bundle for RasPi 3, arm64, Windows and any Node+Mongo CPU architectures. No automatic updates, no sandboxing.

New at 2019-06-30. If CPU architecture has enough RAM and fast harddisk, it can be used, but there is no automatic updates and no sandboxing.

New at 2019-09-08. You can also try bash install script and automatic upgrade script.

Stop Wekan. Download newest bundle version at https://releases.wekan.team .

Install Node 8.16.2 and some MongoDB like 3.2.x - 4.x. Preferred 4.x if available. Bundle works for Windows native Node.js and MongoDB, arm64 server, etc any CPU node+mongodb. Building from source does not seem to work on Windows.

Extra steps only for CentOS 6:

  • Install gcc-4.9.3 and boost
  • Add gcc to path, for example: export LD_LIBRARY_PATH=/root/gcc-4.9.3/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/:$LD_LIBRARY_PATH
  • At below fibers step, do instead npm install fibers@2.0.1

Then, for example:

mkdir repos
cd ~/repos
rm -rf bundle
wget https://releases.wekan.team/wekan-3.52.zip
unzip wekan-3.01.zip
cd bundle/programs/server
npm install
npm install node-gyp node-pre-gyp fibers
cd ../../..

Then modify start-wekan.sh or start-wekan.bat for Node and MongoDB paths. See Raspberry Pi page for info about systemd etc.


Development: Not updated automatically.

  • Virtual appliance - old
  • Source for development usage only. Source, Snap, Docker, Sandstorm, Meteor bundle and Windows build instructions.
  • Vagrant
  • Upcoming:
    • Friend - Snap Standalone Wekan

Operating Systems

NAS

Other Clouds. Can have some restrictions, like: Requires from source install, has restricted 2.x kernel, does not support websockets, or not tested yet.

New at 2019-08-04. For Ubuntu, Debian, CentOS and SLES. Testing how to get it working in progress here.

More

Features

Integrations

Wekan

General

Fake: Not WeKan kanban

Security

Scaling

Migrating

Support priorities for new features and bugfixes

  1. Commercial Support
  2. Community Support
  3. Debugging

Backup

Repair

Themes

Markdown Syntax

Login Auth

Metrics, Logs, Stats

Integrations

Time

Features

Email

Required Settings

Download

Webservers

REST API Docs

REST API issue

REST API client code

Webhooks

Case Studies

Development

Issues

Clone this wiki locally
0