Changes

Jump to navigation Jump to search
24 bytes added ,  21:29, 19 April 2016
Line 138: Line 138:  
Since SME Server has put it's name in /etc/system-release, the forever utility will not be able to detect the main distribution name (e.g. CentOS) and will exit with an error. To add 'SME Server' to the list of recognised distributions so that the forever-service tool will run properly, is to execute the following command:
 
Since SME Server has put it's name in /etc/system-release, the forever utility will not be able to detect the main distribution name (e.g. CentOS) and will exit with an error. To add 'SME Server' to the list of recognised distributions so that the forever-service tool will run properly, is to execute the following command:
 
  sed.... TBA (/opt/rh/nodejs010/root/usr/lib/node_modules/forever-service/templates/sysvinit/installer.js)
 
  sed.... TBA (/opt/rh/nodejs010/root/usr/lib/node_modules/forever-service/templates/sysvinit/installer.js)
and then generate and place the init script 'rocketchat' into /etc/rc.d/init.d:
+
and then generate the init script 'rocketchat' that will automatically be placed into /etc/rc.d/init.d:
 
  cd /opt/Rocket.Chat
 
  cd /opt/Rocket.Chat
 
  forever-service install -s main.js -e "ROOT_URL=https://chat.mycompany.local/ \
 
  forever-service install -s main.js -e "ROOT_URL=https://chat.mycompany.local/ \

Navigation menu