您知道任何即时/独立的错误跟踪器吗?
背景
最近我完成了我的项目,客户正在他们的办公室测试它。不幸的是,测试它的人处于无法访问互联网的网络中(出于安全原因)。
问题
我正在寻找小型/独立的错误跟踪器,我可以在我的客户端测试服务器之一上运行它(无需安装)以进行临时错误跟踪(在卡西尼号或类似的服务器上)。你有这方面的经验吗?
Background
Recently I finished my project and the client is testing it in their office. Unfortunately people who are testing it are in a network without internet access (for security reasons).
Question
I'm looking for small / standalone bug tracker that I could just run on one of my client test servers (without installation) for adhoc bug tracking (on something like Cassini or similar). Do you have any experiences with that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看化石。它是一个独立的分布式版本控制系统,具有内置 wiki 和错误跟踪器。不管其他的如何,它作为独立的问题跟踪器都可以完美地工作。
Check out Fossil. It's a self-contained distributed version control system with built-in wiki and bug tracker. It works perfectly well as stand-alone issue tracker, regardless of the rest.
如果您确实不需要安装空间,那么最好将 Excel 文件放在共享驱动器上(尽管这听起来确实有点像噩梦)。
Bugzilla 相当不错并且很容易安装......
If you really need no installation footprint, then you might be best placed with an excel file on a shared drive (although this does sound like a bit of a nightmare).
Bugzilla is pretty decent and easy enough to install...
最后我使用了 Server2Go,它是一个完整的 WAMPP 堆栈 + Mantis 作为错误跟踪器。在我的计算机上配置它后,我只是将其复制到其中一台测试服务器上并通过远程桌面运行它。就像魅力一样。
At the end I used Server2Go which is a complete WAMPP stack + Mantis as a bug tracker. After configuring it on my machine I just copied it on one of the test servers and run it through the remote desktop. Works like a charm.