mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Update install
This commit is contained in:
parent
7f6940bce9
commit
481feb02c2
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,10 @@ pushd $final_path/programs/server
|
|||
ynh_use_nodejs
|
||||
npm install -g inherits n
|
||||
ynh_exec_as $app env $ynh_node_load_PATH npm install
|
||||
|
||||
export MONGO_URL='mongodb://$db_user:$db_pwdd@host:27017/$db_name'
|
||||
export ROOT_URL='http://$domain'
|
||||
#export MAIL_URL='smtp://user:password@mailhost:port/'
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue