diff --git a/Install-and-Update.md b/Install-and-Update.md index ad2376b..6beda53 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -49,7 +49,7 @@ You can find a bash installation script at https://github.com/wekan/wekan-autoin ### Install Node.js -Make sure Node.js is installed (currently Version 0.10.48 is required). If you don't have this version, you can use the [node packages][node-packages]. +Make sure Node.js is installed (currently Version 4.8.1 is required). If you don't have this version, you can use the [node packages][node-packages]. ### 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. @@ -98,7 +98,7 @@ This is the most complex way, suitable if you know what you are doing and want t ### Notes -If you haven't already, you need to install Node.js, given that we need node version 0.10.48, make sure to either use the [custom packages][node-packages] (the ones of your OS are likely too old) or install the correct version from the Node.js [website][node-web]. +If you haven't already, you need to install Node.js, given that we need node version 4.8.1, make sure to either use the [custom packages][node-packages] (the ones of your OS are likely too old) or install the correct version from the Node.js [website][node-web]. * Uses Ubuntu 16.04 VM. You need websockets enabled on your VM. * For Caddy webserver, ports 80 and 443 need to be open. Caddy has automatic Let's Encrypt,