1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update install

This commit is contained in:
frju365 2017-12-28 19:15:49 +01:00 committed by GitHub
parent a24dd22aa6
commit b237293c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,7 @@ systemctl start mongod
script_dir="$PWD"
pushd "$final_path"
ynh_use_nodejs
cp install/package.json .
npm install --production >> $install_log 2>&1
npm install mongo
popd