Created
July 30, 2019 08:40
-
-
Save adalenv/36685bac8ca42b6057e7e75e6b55d9a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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