Updated Install and Update (markdown)

Sina Salek 2018-05-28 01:47:35 +04:30
parent 4b07f4622d
commit 2146c6c7b5

@ -61,10 +61,13 @@ There are three options:
### Install Node.js
Make sure Node.js is installed (currently Version 4.8.6 is required). If you don't have this version, you can use the [node packages][node-packages].
Max supported version is Node 8.11.1 or newer 8.x, currently using performance patched version from https://releases.wekan.team
### Install MongoDB
In order to run Wekan you need to have MongoDB installed. You can either install your distributions package, if they offer any or see the [MongoDB website][mongodb-website] how to install it.
Max supported version is MongoDB 3.2.x
### Install a Wekan release
Now you need to download the release you want to install, usually this is the latest release which you can find [here][latest-release] (you need the `.tar.gz` one).
@ -142,6 +145,8 @@ sudo systemctl enable mongod
### Install Meteor
As you might have noticed already, Wekan is built using the Meteor web framework, so we need to install this as well. This can be done easily using their install script ([read it][meteor-script] if you don't trust it).
Max supported version is Meteor 1.6.0.1
```bash
curl https://install.meteor.com/ | sh
```