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:
parent
986ff28ea4
commit
dbdd908bb5
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue