Changes

Jump to navigation Jump to search
45 bytes added ,  14:18, 24 April 2016
no edit summary
Line 26: Line 26:  
This how-to can be discussed on the forums [https://forums.contribs.org/index.php/topic,52405.0.html '''here''']
 
This how-to can be discussed on the forums [https://forums.contribs.org/index.php/topic,52405.0.html '''here''']
   −
==Installation==
+
==Installation SCL environment==
 
RocketChat for '''SME Server 9.x 64-bit only!'''<br>
 
RocketChat for '''SME Server 9.x 64-bit only!'''<br>
 
Latest Rocket.Chat version tested: '''0.27.0'''
 
Latest Rocket.Chat version tested: '''0.27.0'''
Line 100: Line 100:  
  export X_SCLS="`scl enable nodejs010 'echo $X_SCLS'`"
 
  export X_SCLS="`scl enable nodejs010 'echo $X_SCLS'`"
    +
A reboot at this point is required to load all of the Software Collections profile/config files.
 +
signal-event reboot
 +
 +
== Installation Rocket.Chat==
 
===Create SME Server Rocket.Chat service===
 
===Create SME Server Rocket.Chat service===
 
  config set rocketchat service status enabled TCPPort 3000 access public
 
  config set rocketchat service status enabled TCPPort 3000 access public
 
  signal-event remoteaccess-update
 
  signal-event remoteaccess-update
  −
A reboot at this point is required to load all of the Software Collections profile/config files.
  −
signal-event reboot
      
===Get Rocket.Chat from [https://rocket.chat/releases/ downloads]===
 
===Get Rocket.Chat from [https://rocket.chat/releases/ downloads]===
Line 121: Line 122:  
Browse to http://yourserver:3000 and create the first admin user.
 
Browse to http://yourserver:3000 and create the first admin user.
   −
===Rocket.Chat on a sub domain===
+
 
 +
 
 +
 
 +
==Rocket.Chat on a sub domain==
 
Install the '''[[Webapps-common]]''' contrib.
 
Install the '''[[Webapps-common]]''' contrib.
   Line 137: Line 141:  
You can now visit Rocket.Chat at https://chat.yourserver.com. Rocket.Chat will notice that the URL that is being used to access Rocket.Chat has been changed, and will propose to change it to the new URL.
 
You can now visit Rocket.Chat at https://chat.yourserver.com. Rocket.Chat will notice that the URL that is being used to access Rocket.Chat has been changed, and will propose to change it to the new URL.
   −
===Auto start Rocket.Chat at boot===
+
==Auto start Rocket.Chat at boot==
 
To be able to auto start Rocket.Chat one could use the /etc/rc.d/rc.local file, but using the init system is cleaner and much more controlled. Nodejs has small utilities (modules) that can create the correct init script based on your specific Rocket.Chat setup.
 
To be able to auto start Rocket.Chat one could use the /etc/rc.d/rc.local file, but using the init system is cleaner and much more controlled. Nodejs has small utilities (modules) that can create the correct init script based on your specific Rocket.Chat setup.
  

Navigation menu