Merge pull request #1022 from antonmoiseev/patch-1

correct crontab entry for RVM system-wide installation
This commit is contained in:
Robin Ward 2013-06-13 07:19:53 -07:00
commit faa41455c8

View File

@ -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 @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! Congratulations! You've got Discourse installed and running!
Now make yourself an administrator account. Browse to your discourse instance Now make yourself an administrator account. Browse to your discourse instance