Install with Docker Compose
Official documentation here
!!! warning This installation is suitable only for developpement, not for production. See here
1. Prerequisites
- Docker must be installed.
- Docker Compose must be installed.
2. Download the docker-compose.yml
wget https://raw.githubusercontent.com/wekan/wekan/devel/docker-compose.yml
3. Configuration
For a quick start, comment or modify these lines in docker-compose.yml:
- MAIL_URL=smtp://user:pass@mailserver.example.com:25/
- MAIL_FROM='Example Wekan Support <support@example.com>'
4. Start containers
docker-compose up
5. Web access
So now, you can access to wekan at http://localhost/