Updated Install (markdown)

ePirat 2015-09-04 19:02:55 +02:00
parent bbd641bc53
commit cf0d77e62e

@ -14,7 +14,7 @@ This is the best option currently if you want to get Wekan up and running on you
Make sure Node.js is installed (currently Version 0.10.40 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][] how to install it.
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.
### 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).
@ -72,7 +72,7 @@ curl https://install.meteor.com/ | sh
### 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] how to install it.
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.
### Download and build Wekan
First we need to get the latest version of Wekan and change to the cloned folder: