Install Wekan Docker in production - jean/wekan GitHub Wiki
Production setup for thousands of users at AWS
Different wiki page:Single server install, for small teams
Using same database for both LAN and VPN Wekan
Also see:Purpose: run Wekan on a production Linux server with Docker and Apache or Nginx as a front-end server (reverse proxy)
1. Install newest Docker and Docker Compose
2. Use Wekan-MongoDB with Docker Compose
https://github.com/wekan/wekan-mongodb
External MongoDB authentication
3. Email
4. Configure webserver as a front-end proxy
5. Launch Wekan
As wekan
user and from /home/wekan
, run docker-compose up -d
6. Improvements to bring to this doc
- Verify everything works
7. Tested on...
This procedure has been tested on:
- VPS-SSD 2016 from OVH with Ubuntu 14.04