Changes

From SME Server
Jump to navigationJump to search
99 bytes added ,  09:18, 29 August 2016
m
Line 59: Line 59:  
  signal-event remoteaccess-update
 
  signal-event remoteaccess-update
   −
===Get Rocket.Chat from their [https://rocket.chat/releases/ downloads] repository===
+
Now we can download and install the latest Rocket.Chat version from their [https://rocket.chat/releases/ downloads] repository:
 
  cd /root
 
  cd /root
 
  curl -L https://rocket.chat/releases/latest/download -o rocket.chat.tgz
 
  curl -L https://rocket.chat/releases/latest/download -o rocket.chat.tgz
Line 65: Line 65:  
  mv bundle /opt/Rocket.Chat
 
  mv bundle /opt/Rocket.Chat
   −
===Install NodeJS dependencies for Rocket.Chat===
+
Once Rocket.Chat has been downloaded and unpacked, we need to 'register' Rocket.Chat with NodeJS with NPM:
 
  cd /opt/Rocket.Chat/programs/server
 
  cd /opt/Rocket.Chat/programs/server
 
  npm install
 
  npm install

Navigation menu