rails代码自动部署之webistrano

webistrano 是 Capistrano的web版.

webistrano的相关资料: http://github.com/peritor/webistrano

Capistrano相关文档见  http://www.capify.org/index.php/Capistrano

 


在centos上使用该工程遇到的问题, 当使用该工具部署的时候,一旦代码里有中文的文件名的时候,总是提示svn: Can't convert string from 'UTF-8' to native encoding:

但是在控制台下手动svn co http://server-docnew/svn/repos/online_exhibition 没有问题. 网上给出的答案,几乎清一色的不适用.

后来这svn文档上看到下面一段话

Tip

For security reasons, the Subversion repository executes hook scripts with an empty environment—that is, no environment variables are set at all, not even $PATH or %PATH%. Because of this, a lot of administrators are baffled when their hook script runs fine by hand, but doesn't work when run by Subversion. Be sure to explicitly set environment variables in your hook and/or use absolute paths to programs.

看来是使用svn hook的时候,还需要将相应的环境变量加上才可以. 简单查阅了webistrano的源码,在
{RAILS_ROOT}/lib/webistrano/template/base.rb
#27行添加了如下代码
  default_environment["LC_CTYPE"] = "zh_CN.UTF-8"
-----------------------------------------------------------


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值