From 1890468951b81542fda6d2c3e8329b09e163f32c Mon Sep 17 00:00:00 2001 From: Anton Moiseev Date: Thu, 13 Jun 2013 14:15:58 +0400 Subject: [PATCH] correct crontab entry for RVM system-wide installation --- docs/INSTALL-ubuntu.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index 52a69f53d1e..4f686fa84f2 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -285,6 +285,8 @@ Add the following line: @reboot RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ROOT=~/discourse RAILS_ENV=production NUM_WEBS=4 /home/discourse/.rvm/bin/bootup_bluepill --no-privileged -c ~/.bluepill load ~/discourse/config/discourse.pill +Note: in case of RVM system-wide installation RVM will be located in `/usr/local/rvm` directory instead of `/home/discourse/.rvm`, so update the line above respectively. + Congratulations! You've got Discourse installed and running! Now make yourself an administrator account. Browse to your discourse instance