其实我放到了 webapp 的目录中。但发布时系统还是要求我 sudo 权限。奇怪了。
https://github.com/xiaoronglv/chalkboard/blob/master/config/deploy.rb
require 'rvm/capistrano'
require 'bundler/capistrano'
set :rvm_type, :system
set :rvm_ruby_string, 'ruby-2.0.0-p0'
set :runner, 'webapp'
set :user, 'webapp'
role :web, '192.81.130.103'
role :app, '192.81.130.103'
role :db, '192.81.130.103', :primary => true
set :application, 'chalkboard'
set :deploy_to, '/home/webapp/apps/chalkboard'
set :use_sudo, false
set :repository, 'git://github.com/xiaoronglv/chalkboard.git'
set :scm, :git
set :scm_verbose, true
set :branch, 'master'
set :deploy_via, :remote_cache
default_run_options[:pty] = true
after 'deploy', 'deploy:cleanup'
namespace :deploy do
task :start, :roles => :app do
run "cd #{deploy_to}/current/; RAILS_ENV=production bundle exec unicorn_rails -c config/unicorn.rb -D"
#run "/etc/init.d/unicorn_#{application} start"
end
task :stop, :roles => :app do
run "kill -QUIT `cat #{deploy_to}/current/tmp/pids/unicorn.pid`"
#run "/etc/init.d/unicorn_#{application} stop"
end
desc "Restart Application"
task :restart, :roles => :app do
run "kill -USR2 `cat #{deploy_to}/current/tmp/pids/unicorn.pid`"
end
task :setup_config, :roles => :app do
sudo "ln -nfs #{current_path}/config/nginx.conf /etc/nginx/sites-enabled/#{application}.conf"
sudo "ln -nfs #{current_path}/config/unicorn_init.sh /etc/init.d/unicorn_#{application}"
run "mkdir -p #{shared_path}/config"
put File.read('config/database.example.yml'), "#{shared_path}/config/database.yml"
puts "Now edit the config files in #{shared_path}."
end
after 'deploy:setup', 'deploy:setup_config'
task :symlink_config, :roles => :app do
run "ln -nfs #{shared_path}/config/database.yml #{release_path}/config/database.yml"
end
after 'deploy:finalize_update', 'deploy:symlink_config'
end
我发现一个规律,@iBachue 特别喜欢回复美女提的问题。
:)
我是济南人,回家亲戚问我:啥是 IT 啊,打游戏吗?
好好的医生不当,搞 it !!
/app/assets/stylesheets/bootstrap_and_overrides.css
@import "twitter/bootstrap/bootstrap";
body { padding-top: 60px; }
@import "twitter/bootstrap/responsive";
我也曾碰到过这个问题,详情看这里。
http://railscasts.com/episodes/328-twitter-bootstrap-basics?view=asciicast
淄博出人才啊。
简洁,写作时不会有干扰。
好文章。
#2 楼 @chentianwen 什么意思啊?
相比 node, 有啥优势?
读源码挺方便
有没有从滨江阿里/网易附近
出发的啊,求搭车。
搞吧。好久没见你们了。
才 9 美元,尊重一下作者吧
没验证。Rei 没骗你
提两点小意见:
seo 网页的 description 是空的。 head 的文案不够好。
部分图片有点模糊
quote: 现在都没有机会写 java 代码,就一直做构建,对于新人真的受不了
新人静不下心来,去哪都一样。
如果你想写代码,自己去和同事沟通,去学习。当你能体现更大价值时,公司就交给你更高的任务,把简单机械的事情交给新人。
建议你刚毕业不要乱跳槽,踏踏实实把工作做好,业余时间学习 ROR
连头像也没有。
估计注册,发完帖就跑了。
我在看 bootstrap 时,一直不理解 affix 的效果。
能解释一下吗。
顺便打车了。
^_^
中国的创业者,真是不容易啊。
太长了。
raw.github.com 是干嘛用的。
申请很久了,什么时候能通过审核啊。
靠谱 同学们,抓紧修炼吧。
你们这些「骗子」, 居然在聊 javascipt.
貌似很有意思。
#10 楼 @sforce100 使用 mongoid 不需要使用这个 gem 包啊。
你看一下 ruby-china 的 model