通过 USB 随身碟运行的错误跟踪器。这可能吗?

发布于 2024-08-11 04:13:16 字数 139 浏览 4 评论 0原文

我希望通过 USB 闪存盘运行错误跟踪器(出于多种原因,主要是因为我经常无法访问互联网,需要在机器之间跳来跳去)。

有人对实现这一目标有什么建议吗?我知道 mySQL 等都可以安装在随身碟上,只是想知道是否有人将所有这些都放在一个漂亮而简单的包中?

I desire to run a bug tracker off a USB pendrive (for a variety of reasons, mostly because I frequently do not have internet access and need to hop around from machine to machine).

Does anyone have any advice on achieving this? I know mySQL and such can all be installed on a pendrive, just wondered if anyone had put this all together in one nice and easy package?

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

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

发布评论

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

评论(8

橘虞初梦 2024-08-18 04:13:16

fossil 分布式版本控制系统包括bug 跟踪器,从 USB 驱动器简单轻松地运行,无需任何设置。

过程如下:

  • 插入随身碟。假设它安装为驱动器 Z:

  • 打开一个 dos 窗口

  • 键入 z:/fossil ui

ui,包括错误跟踪器,将在您的默认浏览器中打开。

The fossil distributed version control system includes a bug tracker and runs simply and easily from a USB drive without needing any setup.

Procedure goes something like this:

  • Insert pendrive. Assume it is mounted as drive Z:

  • Open a dos window

  • Type z:/fossil ui

The fossul ui, including a bug tracker, will open in your default browser.

以为你会在 2024-08-18 04:13:16

查看DevProject Manager。这是一个不错的应用程序,应该正是您所要求的。

Take a look at DevProject Manager. It is nice app and should be exactly what you are asking for.

时光清浅 2024-08-18 04:13:16

How about a distributed bug tracking system. I have not used any, but they exist and may fit your needs. Here is an overview article.

山川志 2024-08-18 04:13:16

您可能会考虑在闪存驱动器上安装 XAMP 或 WAMP,看看是否可以将其用作便携式解决方案。两者都安装了 apache、MySQL 和 PHP,因此您应该能够在该 apache Web 服务器上使用大多数基于 PHP 的错误跟踪器。

祝你好运,希望这会有所帮助。

You might look into getting XAMP or WAMP setup on a flash drive and see if you can use that as a portable solution. Both of those have apache, MySQL and PHP installed on them, so you should be able to use most any PHP based bug tracker on that apache web server.

Good luck and hope this helps.

玩世 2024-08-18 04:13:16

我相信您可以通过笔式驱动器运行Trac。使用 sqlite 将 trac 安装到笔式驱动器,然后当您将其添加到系统时,有一个 bat 文件或其他文件来运行 tracd.exe,然后您就可以开始使用了。

我怀疑有人有一个“准备滚动”的包,所以需要一点点摆弄才能让它工作,但话又说回来,大多数人不会在笔式驱动器上运行错误跟踪器,所以做一些摆弄可能会是不可避免的。

I believe you'd be able to run Trac off a pen drive. Install trac using sqlite to the pen drive, then when you add it to the system, have a bat file or something to run tracd.exe and you are ready to roll.

I'm doubtful someone has a package of that 'ready to roll' so it will take a little fiddling to get it working, but then again most people don't run bug trackers on pen drives so doing some fiddling is probably going to be unavoidable.

ˇ宁静的妩媚 2024-08-18 04:13:16

我将我们公司的应用程序(一个 J2EE 客户端-服务器系统)捆绑到 USB 记忆棒上(在 Ubuntu 上的 Postgres 之上)。
(这不是 bugtracker。)
您可以在 U 盘上存放任何您想要的东西。

Postgres/Remastersys 是你的朋友。

I bundle our companies application, a J2EE client-server system onto a USB stick (atop Postgres, on Ubuntu).
(It's not a bucgtracker.)
You can have anything you want on a USB stick.

Postgres/Remastersys is your friend.

有木有妳兜一样 2024-08-18 04:13:16

我写了自己的小东西(在周末,所以不太好)。

它以 XML 格式存储项目(错误和进度信息)。

https://rapidshare.com/files/4054848029/Projects.zip

我有它位于我手机的 SD 卡上,在它自己的目录中,其中包含项目文件。
它确实存储了在注册表中打开的最后一个项目文件,但除此之外它没有留下任何痕迹。

I wrote my own little thing (in a weekend so it's not great).

It stores projects (bugs and schedule info) in XML format.

https://rapidshare.com/files/4054848029/Projects.zip

I've got it on the SD card in my phone, in it's own directory, with it's project files.
It does store the last project file opened in the registry, but other than that it leaves no trace..

剩余の解释 2024-08-18 04:13:16

我用的是速溶螳螂。 http://www.mantisbt.org/wiki/doku.php/mantisbt:instantmantis
配置更容易。运行完全相同的 Mantis 代码。

I use Instant Mantis. http://www.mantisbt.org/wiki/doku.php/mantisbt:instantmantis
Easier to configure. Runs the exactly the same Mantis code.

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