分布式开发团队的必备工具

发布于 2024-12-16 16:47:56 字数 443 浏览 0 评论 0原文

我想建立一个网站,让一组开发人员(分布在世界各地)可以聚在一起开发软件。

到目前为止(经过大量阅读)我接近得出的结论是我需要的工具是:版本控制系统(git,mercurial),错误跟踪器和项目经理?这篇文章此处也有助于得出这个结论。

现在我的问题是: - 我是否正确?我还需要什么其他工具? - 是否可以将这些工具与我的网站集成? 我的意思是外观(我的网站徽标)和感觉(不必从一个链接跳到另一个链接)? - 我也更喜欢托管我自己的 git/mercurial 存储库,因为我不想开源,这是建议吗? -免费/开源应用程序是最好的

另外​​一个问题,我查看了redmine,这是否涵盖了我需要的所有内容?据我所知它有很多功能..

I want to setup a website where a team of developers (distributed all over the world) can get together and develop Software.

So far (after a ton of reading) im coming close to the conclusion that the tools I will need are: a Version control system (git , mercurial), a bugtracker and and project manager? This post here also help come to this conclusion.

Now my questions are:
- Am I correct and what other tools will I need?
- Will is be possible to integrate these tools with my website?
by this I mean the look ( my website logo) and feel (not having to bounce around from one link to another)?
- I would also prefer hosting my own git/mercurial repo as i dont want to have to go open source is is this advised?
-Free/open source applications would be best

Also another question, I had a look at redmine, does this cover all the things that i would need? as i see it has a lot of features..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白衬杉格子梦 2024-12-23 16:47:56

你想重新发明轮子......你知道吗?!

您至少忘记了:

  • 未来规划(错误跟踪器将成为问题跟踪器)
  • 团队沟通(实时和|或非实时)
  • 某种类型的内部文档(wiki?)
  • 代码审查
  • 单元测试、构建和部署 也许代码

托管站点上的私有存储库会更自然(且更快)?或者您可以尝试 GitHub Enterprise 或 Assembla 私有安装

You want to reinvent the wheel... do you know it?!

You forgot at least:

  • Future planning (and bugtracker will become issuetracker)
  • Team communication (realtime and|or non-realtime)
  • Some type of internal documentation (wiki?)
  • Code reviews
  • Unit-tests, build and deploy tools

Maybe private repository on code-hosting sites will be more natural (and fast) way? Or you can try GitHub Enterprise or Assembla Private Installation

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文