From 4ef30b4e56a49cf7e8d5d605885c49ebd185e76d Mon Sep 17 00:00:00 2001 From: tstaubitz Date: Mon, 14 Nov 2016 16:51:10 +0100 Subject: [PATCH] Update LOCAL_SETUP.md --- LOCAL_SETUP.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/LOCAL_SETUP.md b/LOCAL_SETUP.md index ba47ac7f..44d0f0f3 100644 --- a/LOCAL_SETUP.md +++ b/LOCAL_SETUP.md @@ -30,12 +30,21 @@ newgrp docker apt-get install nginx ln -s /etc/nginx/sites-available/code_ocean /etc/nginx/sites-enabled -#### Make rvm useable without sudo +#### If ruby version needs to be updated (as provision.sh is not up-to-date :( ) Infos taken from: http://stackoverflow.com/questions/26242712/installing-rvm-getting-error-there-was-an-error23 vagrant ssh rvm group add rvm "$USER" +logout and login again +rvm fix-permissions (not necessarily required) +rvm install (requested ruby version) + +cd /vagrant +gem install bundler +bundle install + + ### Start server vagrant ssh cd /vagrant