Sunday, April 12, 2009

web2py, wget与vim的故事

工作中, 同事使用web2py开发项目, 但是在生产环境中又不方便每个人都有登陆的权限.

看到同事每天来问我要web2py的error, 烦死了. 结果就这样做了:

在http服务器使用auto index把目录的内容发布出去, 下面是apache的配置:

alias /err "/data0/ksmatrix/web2py_for_test/applications/staff/errors/"
<Directory "/data0/ksmatrix/web2py_for_test/applications/staff/errors/">
Options Indexes FollowSymLinks
order allow,deny
allow from all
</Directory>



这样同事就可以使用http去得到error信息了.

但是浏览器中看这个的日志很难看!! -_-

还好, 同事们都是使用vim的, 推介他们一种好的方法:

# wget http://domain/path/to/error/file -O /dev/stdout |vim -


哈哈哈, 使用vim看http中的web2py日志吧! 我也可以省事了 ^_^

1 comment:

  1. » 几个趁手语句 | 4G spaces
    http://blog.youxu.info/2008/03/20/some-handy-scripts/

    用这个可以给到 GTalk 中

    ReplyDelete

Note: Only a member of this blog may post a comment.