mirror of https://github.com/wekan/wekan
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://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
665 B
13 lines
665 B
|
2 years ago
|
- Read [Wekan new release ChangeLog](https://github.com/wekan/wekan/blob/main/CHANGELOG.md)
|
||
|
|
- [Install Meteor.js](https://www.meteor.com/install). Note: Windows install is very slow, please use other option at [Windows wiki page](Windows)
|
||
|
|
- Download newest bundle from https://releases.wekan.team
|
||
|
|
- Unarchive bundle .tar.gz file: `tar -zxvf wekan-VERSION.tar.gz`
|
||
|
|
- `cd bundle`
|
||
|
|
- `meteor`
|
||
|
|
- Browse with webbrowser like Firefox to http://localhost:3000
|
||
|
|
|
||
|
|
[Wekan for Meteor.js bundle bug reports and feature requests](https://github.com/wekan/wekan/issues)
|
||
|
|
|
||
|
|
[Build Meteor bundle from source](Source)
|
||
|
|
|
||
|
|
[Install from source without root](Install-from-source-without-root)
|