Skip to content
Lauri Ojansivu edited this page Jul 9, 2018 · 13 revisions

Docker

Source

  1. Install XCode
  2. Install Node 8.11.3 or newer
  3. Use rebuild-wekan.sh script to first install Wekan dependencies and then build Wekan.
  4. Change to Wekan directory: cd wekan
  5. Run meteor: meteor - this runs node in http://localhost:3000 and mongo at http://localhost:3001 .
  6. Alternatively, to use custom ports, use for example meteor --port 4000 that runs node in port 4000 and mongo in next port 4001.

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