我已经碰壁了..
我已经按照教程安装了所有宝石,但是每当我尝试捆绑安装时,我都会继续这样做:
root@montrealfixed:~# bundle install
Bundler::GemfileNotFound
Here is the output of tail /home/unicorn/log/unicorn.log
I, [2013-11-01T16:37:37.842833 #3929] INFO -- : worker=0 spawning...
I, [2013-11-01T16:37:37.845118 #3929] INFO -- : worker=1 spawning...
I, [2013-11-01T16:37:37.847094 #3929] INFO -- : master process ready
I, [2013-11-01T16:37:37.852229 #3932] INFO -- : worker=0 spawned pid=3932
I, [2013-11-01T16:37:37.859884 #3934] INFO -- : worker=1 spawned pid=3934
I, [2013-11-01T16:37:37.869478 #3932] INFO -- : Refreshing Gem list
I, [2013-11-01T16:37:37.876426 #3934] INFO -- : Refreshing Gem list
I, [2013-11-01T16:37:41.489375 #3934] INFO -- : worker=1 ready
I, [2013-11-01T16:37:41.490536 #3932] INFO -- : worker=0 ready
96.127.229.50 - - [01/Nov/2013 16:38:35] "GET /rails.png HTTP/1.0" 304 - 0.4569
我甚至尝试过刷新的独角兽。
我不确定这是否适用于机票,但有人可以帮助我吗?我真的想用DO启动我的rails应用程序。
P.S:我再次尝试并分别安装了每个宝石,现在我只是得到以下内容:
-bash: bundle: command not found