首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在你的VPS(数字海洋)上启动bluepill?

如何在你的VPS(数字海洋)上启动bluepill?
EN

Stack Overflow用户
提问于 2013-10-20 16:04:09
回答 1查看 191关注 0票数 1
代码语言:javascript
复制
discourse@fyps:~$ bluepill stop 
Error: There are no running bluepill daemons. 
To start a bluepill daemon, use: bluepill load  
discourse@fyps:~$ bluepill load 
/home/discourse/.rvm/gems/ruby-2.0.0-p247/gems/bluepill-0.0.66/bin/bluepill:108:in `exists?': no implicit conversion of nil into String (TypeError)
from /home/discourse/.rvm/gems/ruby-2.0.0-p247/gems/bluepill-0.0.66/bin/bluepill:108:in `'
from /home/discourse/.rvm/gems/ruby-2.0.0-p247/bin/bluepill:23:in `load'
from /home/discourse/.rvm/gems/ruby-2.0.0-p247/bin/bluepill:23:in `'
from /home/discourse/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
from /home/discourse/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `'

我想知道如何开始蓝莓,谢谢!

EN

回答 1

Stack Overflow用户

发布于 2014-01-09 23:52:56

我喜欢这样:

代码语言:javascript
复制
$ /usr/local/rvm/bin/bootup_bluepill --no-privileged stop
$ /usr/local/rvm/bin/bootup_bluepill --no-privileged quit
$ RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ROOT=/var/www/discourse RAILS_ENV=production NUM_WEBS=2 /usr/local/rvm/bin/bootup_bluepill --no-privileged -c ~/.bluepill load /var/www/discourse/config/discourse.pill

您可以从此命令的输出中获得的最后一个命令:

代码语言:javascript
复制
$ crontab -l

如果您使用INSTALL-ubuntu.md安装了discourse,那么这将会起作用

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19475180

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档