8000 GitHub - fstfwd/wekan: The open-source Trello-like kanban (built with Meteor)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fstfwd/wekan

 
 

Repository files navigation

Wekan

Join the chat

2017-01-31 News: Wekan fork/Wefork is being merged back to official Wekan.

Wefork announcement and merging back

Wefork chat

Wefork Build Status

Wefork FAQ

Newer Wefork translations at Transifex

Wekan at Transifex

Wekan is an open-source and collaborative kanban board application.

Whether you’re maintaining a personal todo list, planning your holidays with some friends, or working in a team on your next revolutionary idea, Kanban boards are an unbeatable tool to keep your things organized. They give you a visual overview of the current state of your project, and make you productive by allowing you to focus on the few items that matter the most.

Roadmap

Roadmap is handled using Wekan GitHub issues.

Newer Wefork GitHub issues will be be moved to there also.

Screenshots

Screenshot of Wekan

Screenshot of Wefork

Wekan supports most features you would expect of it including a real-time user interface, cards comments, member assignations, customizable labels, filtered views, and more.

Since it is a free software, you don’t have to trust us with your data and can install Wekan on your own computer or server. In fact we encourage you to do that by providing one-click installation on various platforms.

Supported Platforms

Install from source

VirtualBox

Docker: Docker image, Docs, Docker Nginx proxy, Docker Issue

Docker example, running latest Wekan:

docker run -d --restart=always --name wekan-db mongo:3.2.11

docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost:8080" -p 8080:80 mquandalle/wekan:latest

Docker on SUSE Linux Enterprise Server 12 SP1

Debian Wheezy 64bit

Deploy SignUp Deploy to Scalingo Install on Cloudron Try on Sandstorm

Upcoming Platforms

Autoinstall script based on this issue

Create Sandstorm .spk file from source

Email to work on already working Heroku: Use 3rd party email like SendGrid, update process.env.MAIL_URL , change from email at Accounts.emailTeamplates.from , new file in server folder called smtp.js on code Meteor.startup(function () }); . TODO: Test and find a way to use API keys instead.

Azure: Install from source. Azure endpoint needs to be added. Not tested yet.

OpenShift: Not tested yet.

Google Cloud: Needs info how to enable websockets.

License

Wekan is released under the very permissive MIT license, and made with Meteor.

About

The open-source Trello-like kanban (built with Meteor)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.4%
  • CSS 15.3%
  • HTML 14.2%
  • Cap'n Proto 2.1%
0