From a1fa095ce83c810f96c84486786475c4ee452068 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Apr 2017 22:20:09 +0300 Subject: [PATCH] Update docs --- Install-and-Update.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index 2232684..1e58ee1 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -122,14 +122,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). -However here, we're specifically installing Meteor 1.3.5.1, so follow the instructions below: - ```bash -# Meteor 1.3.5.1 -mkdir ~/repos -cd ~/repos -git clone --recursive https://github.com/meteor/meteor.git -b release-1.3.5 -sudo ln -s ~/repos/meteor/meteor /usr/local/bin/meteor +curl https://install.meteor.com/ | sh ``` ### Install and Build Wekan @@ -145,11 +139,11 @@ git submodule update ## git checkout -b dwrensha-profile-bugfix devel ## git pull https://github.com/dwrensha/wekan.git profile-bugfix -# Install Node.js 0.10.48 -sudo apt install build-essential nodejs nodejs-legacy npm git curl -sudo npm -g install n +# Install Node.js 4.8.1 +sudo apt install build-essential g++ capnproto nodejs nodejs-legacy npm git curl +sudo npm -g install n ## if the previous fails (and asks you to run as sudo) just rm /home//node_modules and retry -sudo n 0.10.48 +sudo n 4.8.1 sudo npm -g install npm@latest sudo npm -g install node-gyp sudo npm -g install fibers