The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only. https://wekan.fi
Find a file
2017-02-06 15:18:25 +02:00
.meteor Use atmosphere package of bootstrap-datepicker lib. 2016-11-22 21:28:54 +01:00
.tx Translations at Transifex moved from Wefork to Wekan. 2017-02-06 15:18:25 +02:00
.vscode Add VSCode editor configuration to the repository 2016-07-20 15:54:59 +02:00
client Merge pull request #65 from BaobabCoder/devel 2017-02-03 11:07:48 +02:00
config Change the board import layout from a popup to a full page 2016-01-31 20:03:12 +01:00
i18n Update translations from Wefork transifex. 2017-02-03 11:48:52 +02:00
meta Update version and author information for new release on Sandstorm. 2016-11-07 17:16:43 -05:00
models Merge pull request #65 from BaobabCoder/devel 2017-02-03 11:07:48 +02:00
public optimize png images losslessly using zopflipng 2016-07-18 22:54:03 +02:00
server Add checklist feature 2017-01-20 21:05:48 +08:00
.editorconfig Add editorconfig support 2015-10-12 17:41:09 +02:00
.eslintrc.json Add checklist feature 2017-01-20 21:05:48 +08:00
.gitignore tweaked .gitignore to exclude .build/* 2017-02-04 13:54:47 +02:00
.travis.yml Adapt CI 2015-10-27 18:01:44 +01:00
app.json Mention Heroku one-click-install on the release notes 2015-09-10 19:20:19 +02:00
CHANGELOG.md Update README and CHANGELOG 2017-02-03 13:12:13 +02:00
Contributing.md Documentation has been moved to Wekan wiki. 2017-02-05 20:23:19 +02:00
docker-compose.yml update docker compose to latest dockerhub 2017-02-01 18:48:48 +00:00
Dockerfile fix problem with arguments 2017-02-01 20:07:07 +00:00
LICENSE Update some meta-data 2016-01-02 17:15:19 +01:00
package.json Update Wefork URLs. 2017-01-13 21:18:00 +02:00
README.md Chat moved to Vanila, we will get more developers from there. 2017-02-06 01:29:41 +02:00
sandstorm-pkgdef.capnp update Sandstorm metadata for release 2016-11-28 21:17:04 -05:00
sandstorm.js hack to avoid 'board not found' problem in Sandstorm 2016-11-22 22:20:39 -05:00
scalingo.json Add Scalingo one-click deploy 2015-12-14 15:20:16 +01:00

Wekan

Wekan chat

2017-02-04 News: All Wekan fork/Wefork code, pull requests and translations has been merged back to official Wekan. Wefork will not accept new pull requests and issues to Wefork. All development happens on Wekan.

Wefork announcement and merging back

Wefork Build Status

Wefork FAQ

Translate Wekan at Transifex

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

Whether youre 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

Upcoming Wekan App Development Platform will make possible many use cases like kanban workflows, dependencies, gantt charts, WIP limits, time tracking, managing website, Rocket.Chat support and custom apps with themes by providing Teams/Organizations, APIs, admin interface, custom fields, calendar view, time tracking, vote on cards, move cards to another board and board templates. LDAP and other SSO options are already available on Sandstorm, not standalone Wekan. Some of these don't even have feature requests in Wekan issues, so we do need detailed descriptions, screenshots and links to videos how these should work.

We are very welcoming to new developers and teams to submit new pull requests to devel branch to make this Wekan App Development Platform possible faster. By working directly with Wekan you get the benefit of active maintenance and new features added by growing Wekan developer community. Please see Developer Documentation to get started.

Roadmap is handled using Wekan GitHub issues. If you don't see your feature request or use case there, please add it.

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, import from Trello, cards comments, checklists, member assignations, customizable labels, closing lists, filtered views, and more.

Since it is a free software, you dont 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

Newest features are already at dockerhub images by automatically generated trusted build. Other platforms are not up-to-date yet.

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

Docker example, running latest Wekan using docker-compose:

Running from remote dockerhub images

sudo docker-compose pull && sudo docker-compose up -d --no-build

Running from locally built dockerhub images

sudo docker-compose up -d --build
echo 'NODE_VERSION=v6.6.0' >> .env && \
echo 'METEOR_RELEASE=1.4.2.3' >> .env && \
echo 'NPM_VERSION=4.1.2' >> .env && \
echo 'ARCHITECTURE=linux-x64' >> .env && \
echo 'SRC_PATH=./' >> .env && \
sudo docker-compose up -d --build

Docker example, running latest Wekan using docker run commands alone:

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

Install from source

VirtualBox

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.