Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Change node.js version from 4.8.4 to 8.8.1 (#438)
Browse files Browse the repository at this point in the history
* Change node.js version from 4.8.4 to 8.8.1 for RocketChat/Rocket.Chat#8715

* Update to 8.9.3

* Update to 8.9.3

* Update to 8.9.3

* Update to 8.9.3

* Update to 8.9.3

* Update to 8.9.3
  • Loading branch information
geekgonecrazy committed Jan 2, 2018
1 parent 56b3a10 commit d8e8547
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions installation/automation-tools/vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Vagrant.configure(2) do |config|
npm install nave -g
npm install pm2 -g
nave usemain 4.8.4
nave usemain 8.9.3
curl https://install.meteor.com/ | sh
Expand Down Expand Up @@ -127,4 +127,4 @@ Vagrant.configure(2) do |config|
pm2 save
SHELL
end
```
```
4 changes: 2 additions & 2 deletions installation/manual-installation/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Now that we have Node.js and npm installed, we need to install a few more depend
npm install -g inherits n
```

The recommended Node.js version for using Rocket.Chat is `4.8.4`. Using _n_ we are going to install that version:
The recommended Node.js version for using Rocket.Chat is `8.9.3`. Using _n_ we are going to install that version:

```
n 4.8.4
n 8.9.3
```

## Installing Rocket.Chat
Expand Down
4 changes: 2 additions & 2 deletions installation/manual-installation/debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ sudo apt-get install build-essential
# Install a tool to let us change the node version.
sudo npm install -g n

# As of Version 0.49, Rocket.Chat recommends version 4.8.4 of Node.js.
sudo n 4.8.4
# As of Version 0.49, Rocket.Chat recommends version 8.9.3 of Node.js.
sudo n 8.9.3
```

More on [nodejs installation](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-an-ubuntu-14-04-server)
Expand Down
9 changes: 5 additions & 4 deletions installation/manual-installation/opensuse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

_Last updated 2017-08-26_

Node.js version: 4.8.4
Node.js version: 8.9.3

Rocket.Chat version: 0.60.0

Rocket.Chat version: 0.58.2

These are barebones instructions for how to set up a Rocket.Chat server on OpenSUSE Leap 42.2 using nginx as a reverse proxy. These will help you set up a system you can experiment with. **THEY ARE NOT INTENDED FOR SETUP OF A PRODUCTION SYSTEM!** They are oriented on using a VM from AWS, but should work for any Leap 42.2 system.

Expand Down Expand Up @@ -230,8 +231,8 @@ ufs: temp directory created at "/tmp/ufs"
➔ | SERVER RUNNING |
➔ +--------------------------------------------------------+
➔ | |
➔ | Rocket.Chat Version: 0.58.2 |
➔ | NodeJS Version: 4.8.4 - x64 |
➔ | Rocket.Chat Version: 0.60.0 |
➔ | NodeJS Version: 8.9.3 - x64 |
➔ | Platform: linux |
➔ | Process Port: 3000 |
➔ | Site URL: http://YOUR.SERVER.NAME:3000/ |
Expand Down
4 changes: 2 additions & 2 deletions installation/manual-installation/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Install a tool to let us change the node version.
sudo npm install -g n
```

The recommended Node.js version for using Rocket.Chat is `4.8.4`. Using _n_ we are going to install that version:
The recommended Node.js version for using Rocket.Chat is `8.9.3`. Using _n_ we are going to install that version:

```bash
sudo n 4.8.4
sudo n 8.9.3
```

More on [nodejs installation](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-an-ubuntu-14-04-server)
Expand Down
4 changes: 2 additions & 2 deletions installation/manual-installation/windows-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Then, download and install each of the following **in order**:

### Node.js

Rocket.Chat is built on top of Node.js v4.8.4. So we need to install this first.
Rocket.Chat is built on top of Node.js v8.9.3. So we need to install this first.

1. Download [Node.js v4.8.4](https://nodejs.org/dist/v4.8.4/node-v4.8.4-x86.msi)
1. Download [Node.js v8.9.3](https://nodejs.org/dist/v8.9.3/node-v8.9.3-x86.msi)
2. Run the installer with all default option.

### Node Packages
Expand Down

0 comments on commit d8e8547

Please sign in to comment.