在我公司的 Intranet 上托管 Mercurial?
我不想使用外部基于 Web 的 Mercurial 主机,而是想在公司的 Intranet 上设置一台主机。 Mercurial 是否有基于 Web 的工具,可以让您拥有类似 Bitbucket 的界面,但可以在本地托管 Mercurial?
Instead of using an external web-based Mercurial host, I want to set one up on my company's intranet. Is there a web-based tool for Mercurial that lets you have an interface like Bitbucket's but let's you host Mercurial locally?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Mercurial 附带
hgwebdir.cgi
,可以将其配置为为存储库托管提供基本接口。使用 Apache 进行设置非常简单。我在家里的 OSX 机器上使用这个;花了大约一个小时——其中大部分是与桌面设备上的服务器操作中的拼凑相关的权限。
这不是比特桶。如果您有足够的预算,您也许可以为您的公司购买 bitbucket 许可证 - 我不知道。
Mercurial ships with
hgwebdir.cgi
, which can be configured to provide a basic interface for repository hosting. It's quite straightforward to setup with Apache.I use this on my OSX box at home; took about an hour - most of that was permissions related to kludging in server operations on a desktop box.
It's not Bitbucket. If you have a decent-sized budget, you might be able to purchase a bitbucket license for your company - I don't know.
Hgwebdir 为您的 hg 存储库提供了一个 Web 界面。它比您从 Bitbucket 获得的要简单一些,但已经足够好了。
你必须在服务器上设置一个网络服务器(apache)和mercurial。
Hgwebdir provides you a web interface for your hg repos. It's little simpler than what your can get from Bitbucket but good enough.
You have to setup a webserver(apache) and mercurial on a server.
使用 Deveo,您可以管理 Mercurial、Git 和 Subversion 存储库,以及用于二进制存储的 WebDAV 存储库。它还具有其他功能,例如项目 Wiki 和问题跟踪,这使其类似于 Github/Gitlab,但支持多个 VCS。
(免责声明:我在 Deveo 工作)
With Deveo you can manage Mercurial, Git and Subversion repositories, as well as WebDAV repositories for binary storage. It also has other features such as project Wiki's and issue tracking, which makes it like Github/Gitlab but with support for multiple VCS's.
(Disclaimer: I'm working at Deveo)
codeBeamer 是一个完整的应用程序生命周期管理平台,可以完成 BitBucket 和更多的。它提供商业支持,可以安装在任何 Java 兼容服务器上,也可以安装在公司防火墙后面。
由于篇幅有限,无法详细介绍,但是 codeBeamer 用户指南应该可以回答您的所有问题。
(免责声明:我们是该产品的开发商。)
codeBeamer is a complete Application Lifecycle Management platform that does everything that BitBucket and more. It comes with commercial support, and can be installed on any Java compliant server, also behind your company firewall.
The space is limited here to go into details, but the codeBeamer user guide should answer all your questions.
(Disclaimer: we are the developers of the product.)