1
0
Fork 0
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:
ericgaspar 2021-07-24 23:31:43 +02:00
parent 43df422169
commit c6f389eca6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -123,6 +123,15 @@ pushd $final_path/programs/server
ynh_exec_as $app env $ynh_node_load_PATH npm install 2>/dev/null
popd
#=================================================
# SETUP SYSTEMD
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
ynh_add_systemd_config
#=================================================
# MODIFY A CONFIG FILE
#=================================================
@ -135,18 +144,9 @@ sed -i "s/^#replication:/replication:\n replSetName: 01-rs/" /etc/mongod.conf
ynh_exec_warn_less systemctl enable mongod --quiet
ynh_systemd_action --service_name=mongod --action=restart
#mongo --eval "printjson(rs.initiate())"
mongo --eval "printjson(rs.initiate())"
#sleep 10
#=================================================
# SETUP SYSTEMD
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
ynh_add_systemd_config
sleep 10
#=================================================
# INTEGRATE SERVICE IN YUNOHOST