Changes

Jump to navigation Jump to search
293 bytes added ,  15:53, 24 April 2016
Line 164: Line 164:  
The created init script '/etc/rc.d/init.d/rocketchat' is not aware that we use [[Software Collections]], so we have to add a directive to the init script that we do:
 
The created init script '/etc/rc.d/init.d/rocketchat' is not aware that we use [[Software Collections]], so we have to add a directive to the init script that we do:
 
  sed -i '26 a source /etc/profile.d/scls-nodejs010.sh' /etc/rc.d/init.d/rocketchat
 
  sed -i '26 a source /etc/profile.d/scls-nodejs010.sh' /etc/rc.d/init.d/rocketchat
 +
{{Note box|Please note that if you change anything on your Rocket.Chat environment such URL's, subdomain name(s), ports or mail server, you have to run the above again to refelct your new environment. If so, please remove /etc/rc.d/init.d/rocketchat first. (rm /etc/rc.d/init.d/rocketchat).}}
    
====Create SME Server service link====
 
====Create SME Server service link====

Navigation menu