#10 楼 @zzz6519003 GDG Shanghai
换 mysql cluster
@gene_wu 你讲的时候我接了个电话,回来你已经讲完了,没听到,有 ppt 吗?
去打酱油
抢楼
看不了长文
粗体的几行加上就好了。 deploy.rb:
require 'bundler/capistrano' ** require 'rvm/capistrano' **
set :application, "aaa" set :repository, "https://aaa:[email protected]:8443/git/web.git" set :branch, "single" set :scm, :git set :user, "deployer" set :deploy_to, "/home/#{user}/#{application}" #set :deploy_via, :remote_cache set :use_sudo, false
** default_run_options[:pty] = true ** ** set :rvm_ruby_string, 'ruby-1.9.3-p448@global' ** ** set :rvm_type, :system **
role :web, "192.168.5.100" role :app, "192.168.5.100" role :db, "192.168.5.100", :primary => true
set :unicorn_path, "#{deploy_to}/current/config/unicorn.rb" set :unicorn_pid, "#{deploy_to}/current/tmp/pids/unicorn.pid"
namespace :deploy do task :start, :roles => :app do run "cd #{deploy_to}/current/; bundle exec unicorn_rails -c #{unicorn_path} -E production -D" end
task :stop, :roles => :app do
run "kill -QUIT cat #{deploy_to}/current/tmp/pids/unicorn.pid
"
end
desc "Restart Application"
task :restart, :roles => :app do
run "if [ -f #{unicorn_pid} ] && [ -e /proc/$(cat #{unicorn_pid}) ]; then kill -QUIT cat #{unicorn_pid}
; fi"
run "cd #{deploy_to}/current && bundle exec unicorn_rails -c #{unicorn_path} -E production -D"
end
task :assets, :roles => :app do run "cd #{deploy_to}/current; RAILS_ENV=production bundle exec rake assets:precompile" end end
task :init_shared_path, :roles => :web do run "mkdir -p #{deploy_to}/shared/report" end
task :link_shared_files, :roles => :web do run "ln -sf #{deploy_to}/shared/report #{deploy_to}/current/public/" end
after 'deploy:update', 'deploy:migrate' after 'deploy:update', 'deploy:assets'
感谢@larryzhao @gene_wu @betterthornbird @Johnsonqu 四位的帮助,解决了困扰我一天的问题。第一次参加 Ruby Tuesday, :thumbsup:
#14 楼 @larryzhao 我还有一站
#9 楼 @larryzhao 我在路上。
#7 楼 @larryzhao 我去,帮我解决个问题行不?折腾我一天了。
#64 楼 @ywencn @Rei @blacktulip 唉,又一次让我坚定了移民的决心。此贴不再回复。ps:黄金是以美元计价的。
#60 楼 @blacktulip 智商还有问题,受不了。
#52 楼 @blacktulip 跟你说话真费劲,你你你的干嘛?
#47 楼 @blacktulip 十年前一线城市房价相对伦敦纽约东京是正常还是低?如果是低,为什么没有体现经济规律?如果是正常,那现在还正常吗?十年间中国经济成长了十倍(现在房价差不多是十年前 10 倍)?
#2 楼 @method_missing 看了,好丑。
听完了,就听了一气场,最后音乐很好听,其他没听懂~
Nginx+Unicorn+pg, Capistrano
看来 MBP 质量不行嘛,老听说 MBP 坏了的事例。
#42 楼 @tyaccp_guojian 二位好牛。
向 90 后学习。
因为他是黄人。