summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-05 10:00:07 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-05 10:00:07 +0200
commit467a3be8509d4a45cd26da7f199b4dbd049086fd (patch)
tree2b00c0028177662938325aeeec97d52db38646a2 /rebuild-wekan.sh
parent1b12d3f04f0ed44558312ce4528f303100f795e9 (diff)
downloadwekan-467a3be8509d4a45cd26da7f199b4dbd049086fd.tar.gz
wekan-467a3be8509d4a45cd26da7f199b4dbd049086fd.tar.bz2
wekan-467a3be8509d4a45cd26da7f199b4dbd049086fd.zip
Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1.
Remove MongoDB option --smallfiles that is not supported in MongoDB 4.2.1. Add MongoDB option --quiet to docker-compose.yml. Update snap fibers to 4.0.1. Thanks to xet7 !
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index 8381e170..b45810fb 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -5,7 +5,7 @@ echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correct
echo " You can still use any other locale as your main locale."
#Below script installs newest node 8.x for Debian/Ubuntu/Mint.
-#NODE_VERSION=8.16.0
+#NODE_VERSION=12.13.1
#X64NODE="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz"
function pause(){
@@ -79,7 +79,7 @@ do
curl -0 -L https://npmjs.org/install.sh | sudo sh
sudo chown -R $(id -u):$(id -g) $HOME/.npm
sudo npm -g install n
- sudo n 8.16.2
+ sudo n 12.13.1
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then
@@ -106,10 +106,10 @@ do
exit;
fi
- ## Latest npm with Meteor 1.8.x
+ ## Latest npm with Meteor 1.9.x
npm_call -g install npm
npm_call -g install node-gyp
- # Latest fibers for Meteor 1.8.x
+ # Latest fibers for Meteor 1.9.x
sudo mkdir -p /usr/local/lib/node_modules/fibers/.node-gyp
npm_call -g install fibers@4.0.1
# Install Meteor, if it's not yet installed