The Open Source kanban (built with Meteor).

Stephen Moloney 46a5b6374c fix & to && пре 9 година
.meteor de3be14d01 Use atmosphere package of bootstrap-datepicker lib. пре 9 година
.tx bdd88f486e Update translations. пре 9 година
.vscode 8d555707f2 Add VSCode editor configuration to the repository пре 9 година
client 1ec25c2a52 Fix typos, thanks to umbertooo пре 9 година
config a13fad749e Change the board import layout from a popup to a full page пре 10 година
i18n bdd88f486e Update translations. пре 9 година
meta 33cfee8d5f Update version and author information for new release on Sandstorm. пре 9 година
models 1ec25c2a52 Fix typos, thanks to umbertooo пре 9 година
public 952c2e1ae2 optimize png images losslessly using zopflipng пре 9 година
server be47357cd4 don't chain the presences cursor on the users cursor пре 9 година
.editorconfig 21dcd162f5 Add editorconfig support пре 10 година
.eslintrc.json ae2c1fb77f Fix initial board creation пре 9 година
.gitignore 98997cc47d Add the Transifex configuration to the repository пре 9 година
.travis.yml 6e87d50941 Adapt CI пре 10 година
CHANGELOG.md a7aa7e9318 Add release dates to changelog. пре 9 година
Contributing.md 23961ff28a Create a security disclosure process пре 10 година
Dockerfile 22b5b9819d fix problem with arguments пре 9 година
LICENSE 272f67f0c6 Update some meta-data пре 10 година
README.md 46a5b6374c fix & to && пре 9 година
app.json 40c73cfc0a Mention Heroku one-click-install on the release notes пре 10 година
docker-compose.yml 3f7919e0b3 update docker compose to latest dockerhub пре 9 година
package.json 0c4e332aa8 Update Wefork URLs. пре 9 година
sandstorm-pkgdef.capnp aa97867b36 update Sandstorm metadata for release пре 9 година
sandstorm.js cacaa0ee8c hack to avoid 'board not found' problem in Sandstorm пре 9 година
scalingo.json 06eff61f99 Add Scalingo one-click deploy пре 10 година

README.md

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

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.