欢迎各位尝试使用
需要加的联系我
#36 楼 @aNdReW_Qx 好吧 那我给咱们这边买的都加到 2g 空间 40g 流量 作为补偿好了
#30 楼 @qichunren 不会的放心吧 稳定性保障!我们用的是国外评价最好的商家的服务器!鳄鱼的 你可以搜一下 这一家就是以稳定性著称的
#25 楼 @messiahxu =,= 我检查检查去。。。
#17 楼 @messiahxu =,= 有的时候公司的内网 dns 很奇怪。。。所以还是换到外网 dns 开开看看 8.8.8.8 试试
#15 楼 @shaorui23 当然可以 购买的时候选月付就好啦
#11 楼 @messiahxu 是不是公司内网 dns 的缘故?
#11 楼 @messiahxu 不是吧?你哪的网络哇
为什么删我的回复?
基本满足条件报名
ssh 要证书验证登陆的。。。amazon 在你创建的时候回给你证书 还有写明了怎么链接 你可以去看看
多谢了 很有用的帖子!!
我在用,,做学习 Ruby 的笔记。
#11 楼 @huacnlee 不好意思 小弟基础浅薄 想在 VPS 搭建个环境 ```deployer@localhost:~$ ls -lh ~/sites/test_app/tmp total 4.0K drwxr-xr-x 3 deployer staff 4.0K 2011-11-28 16:08 cache deployer@localhost:~$ ls -lh ~/sites/test_app/tmp/pids/unicorn.pid ls: cannot access /home/deployer/sites/test_app/tmp/pids/unicorn.pid: No such file or directory
deployer@localhost:~$ ls -ld /tmp/pids/
ls: cannot access /tmp/pids/: No such file or directory
deployer@localhost:~$ ls -l /tmp/pids/unicorn.pid
ls: cannot access /tmp/pids/unicorn.pid: No such file or directory
deployer@localhost:~$ sudo -s
[sudo] password for deployer:
root@localhost:~# ls -ld /tmp/pids/
ls: cannot access /tmp/pids/: No such file or directory
root@localhost:~# ls -l /tmp/pids/unicorn.pid
ls: cannot access /tmp/pids/unicorn.pid: No such file or directory
#7 楼 @Rei 哦~不好意思。。不太懂规矩。下次不会了 启用了 root 权限 还是不行的。
root@localhost:~/sites/test_app# unicorn -c config/unicorn.rb -D
/usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/lib/unicorn/configurator.rb:88:in `block in reload': directory for pid=/home/deployer/sites/test_app/tmp/pids/unicorn.pid not writable (ArgumentError)
from /usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/lib/unicorn/configurator.rb:84:in `each'
from /usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/lib/unicorn/configurator.rb:84:in `reload'
from /usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/lib/unicorn/configurator.rb:65:in `initialize'
from /usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/lib/unicorn/http_server.rb:102:in `new'
from /usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/lib/unicorn/http_server.rb:102:in `initialize'
from /usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/bin/unicorn:121:in `new'
from /usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/bin/unicorn:121:in `<top (required)>'
from /usr/local/bin/unicorn:19:in `load'
from /usr/local/bin/unicorn:19:in `<main>'
master failed to start, check stderr log for details