
You should be able to access Rocket.Chat at Stop Rocket.Chat using CTRL+C. Run the following command to test the installation: node main.js
Rocket.chat download install#
Install GraphicsMagick using the following command: yum install GraphicsMagick Step 7: Install Rocket.Chatĭownload the latest stable version of Rocket.Chat and extract it in the /opt directory on your server: cd /optĬd /var/www/html/rocket.chat/programs/serverĮxport ROOT_URL= export MONGO_URL=mongodb://localhost:27017/rocketchat Start the MongoDB service: sudo systemctl start mongod Step 5: Install node.js and npm sudo yum install nodejs npm npm install -g inherits nĭownload and set nodejs version 8.9.3: sudo n 8.9.3Ĭheck the node.js version: # node -version Sudo yum install mongodb-org-server mongodb-org mongodb-org-mongos mongodb-org-shell mongodb-org-toolsĮnable the MongoDB service to start automatically on boot: sudo systemctl enable mongod Install MongoDB using the following commands: sudo yum update Then, add the following lines: īaseurl=$releasever/mongodb-org/4.0/x86_64/ The default CentOS 7 repository does not contain a package for MongoDB, so we will need to use the official MongoDB repository to install MongoDB package.Īt the time of writing this tutorial, the latest stable version of MongoDB is 4.0, so create a new file in the /etc// directory named ‘mongodb-org-4.0.repo’: vi /etc//mongodb-org-4.0.repo We need to install EPEL repository: yum install epel-release Sudo yum groupinstall ‘Development Tools' Step 3: Install EPEL and MongoDB repositories:

Once you are logged, run the following command to make sure that all installed RPM packages are up to date sudo yum clean all Log in to each VPS via SSH as user root ssh -p Port_number Step 2: Update all packages and install Development tools Step 1: Log in via SSH on the CentOS server: GraphicsMagick – a robust collection of tools and libraries about image processing. NodeJS – an open source JavaScript run-time environment. MongoDB – most popular open source NoSQL database In order to run Rocket.Chat on your CentOS 7 VPS, we need the following requirements pre-installed: Rocket.Chat supports audio and video communication with screen sharing, with complete access to the source code, you can fully customize, extend or add new functionality to meet your requirements. The Installation of Rocket.Chat on CentOS 7 is fairly easy task and it shouldn’t take more then 10 minutes to complete.

Rocket.Chat is unlimited and open source software solution that replaces Slack and HipChat. Rocket.Chat is a free team communication software, built with Meteor framework.
Rocket.chat download how to#
In this article we will show you how to install Rocket.Chat on a CentOS 7 server and configure Apache as reverse proxy for the Rocket.Chat application.
