From 41346434cff5a461c1ca187102f06b97afb71def Mon Sep 17 00:00:00 2001 From: ePirat Date: Fri, 28 Aug 2015 12:24:19 +0200 Subject: [PATCH] Call me Wekan! --- Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install.md b/Install.md index 63e2840..a8ab3cf 100644 --- a/Install.md +++ b/Install.md @@ -29,7 +29,7 @@ In order to run Wekan you need to have MongoDB installed. You can either install First we need to get the latest version of Wekan and change to the cloned folder: ```sh -git clone https://github.com/libreboard/libreboard.git && cd libreboard +git clone https://github.com/wekan/wekan.git && cd wekan ``` Now we need to build the meteor app: @@ -48,7 +48,7 @@ cd .build/bundle/programs/server/ && sudo npm install Now we need to set some environment variables: ```sh -export MONGO_URL='mongodb://127.0.0.1:27017/libreboard' +export MONGO_URL='mongodb://127.0.0.1:27017/wekan' export ROOT_URL='https://example.com' export MAIL_URL='smtp://user:pass@mailserver.example.com:25/' export PORT=8080