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:
parent
a24dd22aa6
commit
b237293c60
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ systemctl start mongod
|
||||||
script_dir="$PWD"
|
script_dir="$PWD"
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
|
cp install/package.json .
|
||||||
npm install --production >> $install_log 2>&1
|
npm install --production >> $install_log 2>&1
|
||||||
npm install mongo
|
npm install mongo
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue