[quote author=Jeff link=topic=5753.msg14220#msg14220 date=1361107370] 1.I'm new using bazaar. Have read the manual and checked some samples. But I don't want to risk doing an update to try to correct the bug and mess up the installation. Could someone instruct me on the steps to do it? I mean, to download and install the patch? 2.我用putty运行起来的openerp但是我把putty关了。进程就没了。有没有什么解决方法让关了putty,openerp还能运行!
这两个都是linux的命令,可以看文档学习一下。 1、 man patch 这个你学会了也搞不定的,erp里的bugfix和new bug很容易混在一起发布,不仅你很难快速发现,作者也很难快速发现。这是我们玩开源的原因之一。 2、 man nohup 这个比较简单 [/quote] 谢谢jeff。这个答案我试了可以解决问题! 谢谢!