-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Platforms
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.
- Wekan new release ChangeLog
- Adding Users
- Forgot Password
- Settings
- Backup and Restore <=== VERY CRITICAL. DO AUTOMATICALLY OFTEN !!
- Logs and Stats
- Wekan bug reports and feature requests
- Proxy
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.
- 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
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.
-
Docker
- Windows + build from source
- Mac
- SLES 64bit
- Proxy
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.
- Virtual appliance - old
- Source for development usage only. Source, Snap, Docker, Sandstorm, Meteor bundle and Windows build instructions.
- Vagrant
- Upcoming:
- Friend - Snap Standalone Wekan
Other Clouds. Can have some restrictions, like: Requires from source install, has restricted 2.x kernel, does not support websockets, or not tested yet.
Does not work yet: DEB/RPM packages at Packager.io
New at 2019-08-04. For Ubuntu, Debian, CentOS and SLES. Testing how to get it working in progress here.
Wekan - OpenSource Kanban
- Deep Dive Into WeKan
- Meteor WeKan Roadmap - board at Wekan demo
- Multiverse WeKan Roadmap
- Docs/Manual
- Change Language
- Forgot Password
- About
- Test Edge
- WeKan Design Principles
- FAQ
- IRC FAQ - answers to questions asked at IRC
- Team
- Press
- Blog
- Wekan vs Trello vs Restyaboard
- Results of Survey 2020-01
- Allow private boards only: Disable Public Boards
- Security Disclosure and details of Security in Wekan
- Security issues
- Password Hashing
- Cron: Hourly restart WeKan, because of memory leaks
- Maybe: Add more RAM to Node.js to prevent crash
- Clustering AWS etc
- Scaling
- Kubernetes
- Redis Oplog
- Meteor Scaling at Meteor Cloud
- Scaling at Meteor forums
- From Previous Export, paste big WeKan JSON
- Progress: Import/Export/Sync
- From CSV/TSV
- From Trello
- From Jira
- From Asana
- From Zenkit
- From old Wekan manually
- Converting Meteor Stylus to CSS
- Repair MongoDB
- Using Meteor MongoDB to repair files
- If board does not open and keeps loading
- Repair Docker
- Wekan Markdown
- Emoji
- Mermaid Diagram DOES NOT WORK ANYMORE
- Numbered text
- Automatic login
- Disable Password Login
- Forgot Password
- Admin: Impersonate user
- Adding Users
- Active users Presence
- Accounts Lockout: Brute force login protection
- LDAP
- LDAP AD Simple Auth
- Keycloak
- Google login
- Azure
- OAuth2, Auth0, GitLab, RocketChat
- Oracle OIM on premise using OAuth2
- ADFS 4.0 using OAuth2 and OpenID
- Azure AD B2C using OAuth2
- Nextcloud
- CAS Please test
- SAML Please test
- Zitadel
- Multiline
- Linked Cards
- Drag Drop on Mobile and Desktop
- Rclone: Store attachments to cloud storage like S3, MinIO, etc
- Python based features
- Burndown and Velocity Chart
- Wait Spinners
- Translations
- Default Language for All Users
- Roadmap
- Features
- Planning Poker
- Scaling
- Custom Logo
- Subtasks <== Has fix
- Templates
- Cover
- Archive and Delete
- Custom Fields
- Fix Export board menu not visible on some boards
- RAM usage
- Demo
- Swimlane Documentation
- Customize Translations
- Download Wekan for various Platforms: Supported by xet7, Operating Systems, NAS, Cloud
- Helm Chart for Kubernetes
- Caddy
- Nginx
- Apache
- OpenLiteSpeed
- Local self signed TLS
- Let's Encrypt and Google Auth
- TLS with Node.js
- Traefik and self-signed SSL certs
- Example: New card with Python3 and REST API
- Python client to REST API
- Go client to REST API
- Java
- Wekan Sandstorm cards to CSV using Python
- Excel and VBA
- Global Webhook
- Limiting Webhook data
- Receiving Webhooks
- Outgoing Webhook to Discord/Slack/RocketChat/Riot
- Outgoing Webhook to NodeRed
- Outgoing Webhook to PowerShell
- Security: Webhook and CA
- Outgoing Webhooks Data
- Outgoing Webhooks and Let's Encrypt
- Outgoing Webhooks Original Pull Request, multiple Webhooks, more parameters and response order