- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
我有一个像这样的 capistrano 任务
require "bundler/capistrano"
set :application, "cloudoc"
set :repository, "git@github.com:luizkowalski/cloudoc.git"
set :scm, :git
role :web, "xx.xx.xx.xxx"
role :app, "xx.xx.xx.xxx"
role :db, "xx.xx.xx.xxx", :primary => true
default_run_options[:pty] = true
ssh_options[:forward_agent] = true
after "deploy:restart", "deploy:cleanup"
set :user, "deploy"
set :use_sudo, true
set :deploy_to, "/home/deploy"
set :deploy_via, :remote_cache
role :web, "xx.xx.xx.xxx"
role :app, "xx.xx.xx.xxx"
role :db, "xx.xx.xx.xxx", :primary => true
在 cap deploy
之后,这是输出。
出于某种原因,他失败了,我不知道为什么。我试过使用 use_sudo false 和 root,同样的事情发生了。
[xx.xx.xx.xxx] executing command
command finished in 4714ms
copying the cached version to /home/deploy/releases/20120809223144
* executing "cp -RPp /home/deploy/shared/cached-copy /home/deploy/releases/20120809223144 && (echo 61eeff328c40e104962f96bf6ffc5150bd1162e4 > /home/deploy/releases/20120809223144/REVISION)"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
command finished in 604ms
* executing `deploy:finalize_update'
triggering before callbacks for `deploy:finalize_update'
* executing `deploy:assets:symlink'
* executing "rm -rf /home/deploy/releases/20120809223144/public/assets &&\\\n mkdir -p /home/deploy/releases/20120809223144/public &&\\\n mkdir -p /home/deploy/shared/assets &&\\\n ln -s /home/deploy/shared/assets /home/deploy/releases/20120809223144/public/assets"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
command finished in 544ms
* executing `bundle:install'
* executing "cd /home/deploy/releases/20120809223144 && bundle install --gemfile /home/deploy/releases/20120809223144/Gemfile --path /home/deploy/shared/bundle --deployment --quiet --without development test"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
command finished in 1990ms
* executing "chmod -R g+w /home/deploy/releases/20120809223144"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
command finished in 1042ms
* executing "rm -rf /home/deploy/releases/20120809223144/log /home/deploy/releases/20120809223144/public/system /home/deploy/releases/20120809223144/tmp/pids &&\\\n mkdir -p /home/deploy/releases/20120809223144/public &&\\\n mkdir -p /home/deploy/releases/20120809223144/tmp"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
command finished in 534ms
* executing "ln -s /home/deploy/shared/system /home/deploy/releases/20120809223144/public/system"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
command finished in 517ms
* executing "ln -s /home/deploy/shared/log /home/deploy/releases/20120809223144/log"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
command finished in 519ms
* executing "ln -s /home/deploy/shared/pids /home/deploy/releases/20120809223144/tmp/pids"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
command finished in 521ms
triggering after callbacks for `deploy:update_code'
* executing `deploy:assets:precompile'
* executing "cd /home/deploy/releases/20120809223144 && bundle exec rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
** [out :: xx.xx.xx.xxx] Compiled jquery.js (2ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled jquery_ujs.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-transition.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-alert.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-modal.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-dropdown.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-scrollspy.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-tab.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-tooltip.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-popover.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-button.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-collapse.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-carousel.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap/bootstrap-typeahead.js (0ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled twitter/bootstrap.js (247ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled ios-checkboxes/ios-checkboxes.js (20642ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled ios-checkboxes.js (22403ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled rails.validations.js (418ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled best_in_place.js (327ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled autosize.js (76ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled bootstrap.js (5870ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled dashboard.js (1388ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled documents.js (896ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled home.js (377ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled sessions.js (563ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Compiled application.js (51370ms) (pid 1075)
** [out :: xx.xx.xx.xxx] Killed
command finished in 68972ms
*** [deploy:update_code] rolling back
* executing "rm -rf /home/deploy/releases/20120809223144; true"
servers: ["xx.xx.xx.xxx"]
[xx.xx.xx.xxx] executing command
command finished in 612ms
failed: "sh -c 'cd /home/deploy/releases/20120809223144 && bundle exec rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile'" on xx.xx.xx.xxx
有什么想法吗?
如果有人需要更多信息,请告诉我
提前致谢
最佳答案
当 RAM 不足而进程使用大量 RAM 时,内核会主动终止进程。您可以使用 dmesg
查看进程是否被内核杀死。会出现这样的消息:
[ 3380.091822] Out of memory: Kill process 1075 (ruby1.9.1) score 382 or sacrifice child
您可以激活交换空间或关闭其他进程。如果您在 VPS 上运行,请确保您有足够的可用内存。最简单的解决方案 - 如果问题确实是可用 RAM 短缺 - 只需购买更多 RAM。
关于ruby-on-rails - 在 Capistrano 失败的情况下部署,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11893008/
我是 Capistrano 的新手,我想知道为我的项目管理 Capistrano 配置的最佳方法是什么。 具体应该在哪里config/deploy.rb与我的项目的源代码控制相关吗?我应该存储没有特定
我正在使用 Capistrano 管理在多个负载平衡服务器上运行的 Java Web 应用程序。某些任务(例如配置更改)需要重新启动服务器或重新部署应用程序,在此期间服务器变得无响应。 如果 Capi
有没有办法可以看到 capistrano 任务依赖树?我有一个大项目,有很多任务和依赖项,但我对整个画面一无所知。 帕纳约蒂斯 最佳答案 在 Capistrano 3 中,您可以添加 --trace
我有一个命名空间和一些在 deploy:updated 之后运行的命名空间中的任务。下面是一个例子: namespace :myservice do task :start do on r
我想在运行 deploy:migrate 任务之前停止一些进程。我知道我可以通过复制现有代码并在任务的开头和结尾添加停止/启动步骤来重新定义 deploy:migrate 任务。 我想知道是否有办法避
我将如何更改 Capistrano 使用的临时目录? 示例:代替 /tmp ,我想用/home/user/tmp 我现在的 VPS 有 /tmp安装为 noexec ,这使我在尝试运行时获得了权限被拒
使用 Capistrano,如何回滚到特定版本? 我服务器的文件夹有一个/release 文件夹,我如何回滚到特定的文件夹? 我是否可以在本地获取计算机上的版本列表? 我正在使用 GIT,但这不起作用
我尝试使用“cap rollback”,但出现以下错误: $ cap rollback the task `rollback' does not exist 我需要做一些额外的设置才能使回滚正常工作吗
我正在使用 Capistrano 部署 ruby on Rails 项目。我正在尝试以用户“部署”身份登录远程服务器并部署此应用程序。 当我通过 ssh 进入框进行部署并 git 克隆项目时,它可
我正在使用 Capistrano 部署 ruby on Rails 项目。我正在尝试以用户“部署”身份登录远程服务器并部署此应用程序。 当我通过 ssh 进入框进行部署并 git 克隆项目时,它可
我正在使用 capistrano、capistrano/rbenv、capistrano/bundler 和 capistrano/rails。我在 capistrano 编译 Assets 的步骤中
尝试将此代码块授予 capistrano 的版本 3 但无济于事。一切都变了。任何人都可以帮助我在正确的轨道上进行转换吗? 旧版本 2 deploy.rb: #require 'new_relic/r
我对这两种工具都是新手,还没有完全掌握。 如果我使用 Capistrano 进行部署,为什么 Gradle 是部署目标? 另见 Gradle Overview . 最佳答案 Gradle 是从 Gro
如何使用 Capistrano v3 仅部署到一台服务器?我在那里发现的所有解决方案都部署到每台服务器,因此,我认为它们适用于 v2。 我不想部署一个阶段,我已经在使用多阶段,我只想在其中一个阶段部署
在 Capistrano Multi-staging documentation set :deploy_env, 'production'用来。是 deploy_env同 rails_env其中te
部署应用程序时,我将 Capistrano 与 capistrano_rsync_with_remote_cache gem 一起使用。 使用新软件升级部署服务器后出现问题: 卡皮斯特拉诺 2.5.1
capistrano-chef 是否有替代品?厨师独奏的 gem ?主要是为了避免两次定义服务器信息。 最佳答案 我在这个话题上发现了一些新鲜而热门的东西: Roundsman gem 文件: gem
我正在尝试通过遵循 DOCS 来学习使用 Capistrano 3,并且我编写了一个简单的任务来测试我的理解。 任务在默认 task 中创建目录在 lib/capistrano/tasks : d
我有一个 capistrano 任务,它整合了 Rails 项目的多个阶段的部署。 例如: task :consolidated_task do build #creates a new re
来自 deploy.rb 的片段 task :prod1 do set :deploy_to, "/home/project/src/prod1" end task :prod2 do set
我是一名优秀的程序员,十分优秀!