Skip to content

Instantly share code, notes, and snippets.

@adalenv
Created July 30, 2019 08:40
Show Gist options
  • Save adalenv/36685bac8ca42b6057e7e75e6b55d9a5 to your computer and use it in GitHub Desktop.
Save adalenv/36685bac8ca42b6057e7e75e6b55d9a5 to your computer and use it in GitHub Desktop.
service rocketchat stop
sudo rm -rf /opt/Rocket.Chat
curl -L https://releases.rocket.chat/latest/download -o /tmp/rocket.chat.tgz
tar -xzf /tmp/rocket.chat.tgz -C /tmp
cd /tmp/bundle/programs/server && npm install
sudo mv /tmp/bundle /opt/Rocket.Chat
sudo chown -R rocketchat:rocketchat /opt/Rocket.Chat
service rocketchat start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment