From 83bc13d073bfd7720957bf3b54ff77285d29177d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 22 Feb 2018 10:49:49 +0200 Subject: [PATCH] Updated Install and Update (markdown) --- Install-and-Update.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Install-and-Update.md b/Install-and-Update.md index 0d59991..365384f 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -106,6 +106,12 @@ Note that it is expected that this command will not exit, and this is not an err ## Install manually from Source +**NEW** + +Install Wekan from source https://github.com/wekan/wekan-maintainer/tree/master/virtualbox with rebuild-wekan-meteor-1.6.sh script, with options 1 to install and 3 to rebuild source. + +**OLD INFO BELOW** + Note: Support for source install is only developers, not for production use. It is much easier and faster to update production versions with Docker/Snap/Sandstorm, because Node/Meteor/package versions/build scripts changes sometimes. This is the most complex way, suitable if you know what you are doing and want to have the most flexibility to adapt the installation to your needs. Let's go!