1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

Fix install mongodb

This commit is contained in:
Thomas 2023-11-28 12:00:27 +01:00 committed by GitHub
parent 986ff28ea4
commit dbdd908bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,16 @@ source /usr/share/yunohost/helpers
ynh_app_setting_set --app=$app --key=web_api_password --value=$web_api_password
#=================================================
# INSTALL DEPENDENCIES
#=================================================
ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_install_mongo
# Upgrade NPM
ynh_npm install --global npm@latest
#=================================================
# CREATE A MONGODB DATABASE
#=================================================