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
43df422169
commit
c6f389eca6
1 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue