如何在 Windows 上安装多个 TRAC 版本
我们使用 TRAC 0.11.1 已经有一段时间了,并且有很多项目正在使用它运行。现在我们面临迁移到新服务器的情况,并希望开始使用 TRAC 0.12.2。
当然,将所有 0.11.1 项目迁移到 0.12.2 是可能的,但也需要大量工作,而且其中很多仅供参考。对于新项目,我们希望受益于 0.12.2 中的新功能。
因此,我们希望结合 0.11 安装来维护现有项目,并开始对新项目使用 0.12。我们在 Windows 上使用 Apache 中的 mod_wsgi 运行 Python 2.6.6。我们在TRAC网站上研究了一个解决方案,但它是针对Linux的。另外,mod_wsgi wiki (http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac) 上的信息似乎仅适用于 Linux,因为它使用 Windows 上不可用的守护进程模式。
有人建议如何在 Windows 上的同一 Python 安装上使用 TRAC 0.11 和 0.12 吗?
We have been using TRAC 0.11.1 for quite some time now and have a lot of projects running with it. Now we are facing a migration to a new server and would like to start using TRAC 0.12.2.
Of course migrating all 0.11.1 projects to 0.12.2 would be possible, but would also be a lot of work while a lot of them only remain for reference. For new projects, we would like to benefit from the new functionality in 0.12.2.
So, we would like to combine a 0.11 installation to maintain the existing projects and start using 0.12 for the new projects. We run Python 2.6.6 on Windows with mod_wsgi in Apache. We have studied a solution on the TRAC website, but it is for Linux. Also information on the mod_wsgi wiki (http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac) seems to work only on Linux, as it uses a daemon mode which is not available on Windows.
Anybody has suggestions how to use both TRAC 0.11 and 0.12 on the same Python installation on Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
c:\trac\11
和c:\trac\12
).wsgi
开头的每个虚拟主机都会更改路径,例如:。
我目前正在 Django 使用此方法(在 Apache + mod_wsgi 上)
c:\trac\11
andc:\trac\12
).wsgi
alter the path like:.
I'm currently using this method for Django (on Apache + mod_wsgi)