redis server
This commit is contained in:
parent
36ed85312e
commit
460de840b6
1 changed files with 4 additions and 1 deletions
|
@ -29,9 +29,12 @@ On some deploys, we have had problems with unicode encoding when trying to run `
|
||||||
# this first line lets us use up-to-date versions of node.js
|
# this first line lets us use up-to-date versions of node.js
|
||||||
# instead of the old versions in the Ubuntu repositories
|
# instead of the old versions in the Ubuntu repositories
|
||||||
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
|
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
|
||||||
sudo aptitude install nodejs
|
sudo apt-get install nodejs
|
||||||
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
|
|
||||||
|
### Install redis server for action cable
|
||||||
|
|
||||||
|
sudo apt-get install redis-server
|
||||||
|
|
||||||
#### Install system-wide rvm:
|
#### Install system-wide rvm:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue