From 460de840b63f042e36112bbc04483e14f5238b08 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Wed, 18 Jan 2017 16:38:34 -0500 Subject: [PATCH] redis server --- doc/production/first-deploy.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/production/first-deploy.md b/doc/production/first-deploy.md index 8310f521..44b6b659 100644 --- a/doc/production/first-deploy.md +++ b/doc/production/first-deploy.md @@ -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 # instead of the old versions in the Ubuntu repositories 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 +### Install redis server for action cable + + sudo apt-get install redis-server #### Install system-wide rvm: