Skip to content

Instantly share code, notes, and snippets.

@thinktanklinux
Last active April 19, 2020 19:11
Show Gist options
  • Save thinktanklinux/b89b3a137923892054fc56a953ecc68e to your computer and use it in GitHub Desktop.
Save thinktanklinux/b89b3a137923892054fc56a953ecc68e to your computer and use it in GitHub Desktop.
Rocket.Chat
# Do install these two from the Link below
1.Mongodb 4.0.9
2.NodeJS 12.14.0
http;//rocket.chat/docs/installation/manual-installation/ubuntu/
#For Mongodb 4.0.9
sudo apt-get -y update
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D
echo "deb [ arch=amd64 ] http://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list
#NodeJS 12.14.0
sudo apt-get -y update && sudo apt-get install -y curl && curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo apt-get install -y build-essential mongodb-org nodejs graphicsmagick
sudo apt-get install -y npm
sudo npm install -g inherits n && sudo n 12.14.0
#Thanks to Snapcraft, the installation is extremely simple. Install the Snap with the following command:
snap install rocketchat-server
#You will just go to the Link: http://ubuntu.com/tutorials/setup-rocketchat-server-on-ubuntu#2-installation
Browser: localhost;3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment