


Let’s move the contents of the bundle directory into something easier to remember.Ĭhange into the directory where we’ll install Rocket.Chat using NPM. This expands the entire archive into a directory named bundle.

To start off, download the latest stable version of Rocket.Chat using curl.Įxpand the archive we just downloaded using the tar command. Next, we’ll install Rocket.Chat itself and do a little bit of configuration. Use that package to change the node version to 0.10.40. We need to install a package using NPM to allow us to change the node version: sudo apt-get install npm mongodb-org curl graphicsmagick.Now that that’s done, we can go ahead and install npm, mongodb-org, curl and graphicsmagick, which are all dependencies of Rocket.Chat: echo "deb trusty/mongodb-org/3.0 multiverse" | sudo tee /etc/apt//mongodb-org-3.0.list.sudo apt-key adv -keyserver hkp://:80 -recv 7F0CEB10.First, we need to add a keyserver so we can access the packages. Let’s start with getting MongoDB up and running. In this section, we’ll be installing some of Rocket.Chat’s dependencies such as MongoDB and NodeJS. Generate a self-signed certificate, (), or buy one from another provider. Check out this tutorial if you need help. Make sure your domain name is configured to point to your server.
#Curl url for rocketchat download for free
You can purchase one on Namecheap or get one for free on Freenom.
