The Open Source kanban (built with Meteor).

Lauri Ojansivu 44564b9fa6 Update translations. 8 rokov pred
.meteor de3be14d01 Use atmosphere package of bootstrap-datepicker lib. 8 rokov pred
.tx 5e30dcde49 Translations at Transifex moved from Wefork to Wekan. 8 rokov pred
.vscode 8d555707f2 Add VSCode editor configuration to the repository 9 rokov pred
client 8bd7d624da Merge pull request #65 from BaobabCoder/devel 8 rokov pred
config a13fad749e Change the board import layout from a popup to a full page 9 rokov pred
i18n 44564b9fa6 Update translations. 8 rokov pred
meta 33cfee8d5f Update version and author information for new release on Sandstorm. 8 rokov pred
models 8bd7d624da Merge pull request #65 from BaobabCoder/devel 8 rokov pred
public 952c2e1ae2 optimize png images losslessly using zopflipng 9 rokov pred
server 59731af139 Add checklist feature 8 rokov pred
.editorconfig 21dcd162f5 Add editorconfig support 9 rokov pred
.eslintrc.json 59731af139 Add checklist feature 8 rokov pred
.gitignore 09c22eaa55 tweaked .gitignore to exclude .build/* 8 rokov pred
.travis.yml 6e87d50941 Adapt CI 9 rokov pred
CHANGELOG.md b8f555ab22 Update README and CHANGELOG 8 rokov pred
Contributing.md ac6ae7607e Documentation has been moved to Wekan wiki. 8 rokov pred
Dockerfile 22b5b9819d fix problem with arguments 8 rokov pred
LICENSE 272f67f0c6 Update some meta-data 9 rokov pred
README.md 425129eb16 All of Wefork is now moved back to Wekan. 8 rokov pred
app.json 40c73cfc0a Mention Heroku one-click-install on the release notes 10 rokov pred
docker-compose.yml 3f7919e0b3 update docker compose to latest dockerhub 8 rokov pred
package.json 0c4e332aa8 Update Wefork URLs. 8 rokov pred
sandstorm-pkgdef.capnp aa97867b36 update Sandstorm metadata for release 8 rokov pred
sandstorm.js cacaa0ee8c hack to avoid 'board not found' problem in Sandstorm 8 rokov pred
scalingo.json 06eff61f99 Add Scalingo one-click deploy 9 rokov pred

README.md

Wekan

Wekan chat

2017-02-08 News: All of Wefork is now merged and moved back to official Wekan. Wefork will not accept any new issues and pull requests. 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 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.

Wekan supports most features you would expect of it including a real-time user interface, import from Trello (on standalone Wekan), cards comments, checklists, member assignations, customizable labels, closing lists, filtered views, and more.

SSO options like LDAP, passwordless email, SAML, GitHub and Google Auth are already available on Sandstorm, not standalone Wekan. Sandstorm is now completely Open Source, including server clustering.

Since Wekan 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.

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. 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

Since Wekan 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

Automatic generated newest builds are available for Docker, and some others that install directly from this repo. Automatic builds will be added later for more platforms.

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

Running from locally built dockerhub images and modified ARG variables (not recommended)

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.