如何安装 GraphViz 并在 Kodingen 上使用它?

发布于 2024-10-19 05:12:27 字数 267 浏览 0 评论 0原文

我想使用 GraphViz 生成图形图片并在网络上查看它们。 GraphViz 在我的计算机上运行良好,但如何在 Linux 服务器上使用它?

目前,我使用 Kodingen.com 来运行我的网站。是否可以在网络上使用 GraphViz 并从 .dot 文件生成图片?安装它的程序是怎样的?显然要使用它?

例如在我的计算机(Windows)上我使用:

dot.exe -Tpng "input.dot" -o "output.png"

I would like to use GraphViz to generate graph pictures and view them on web. GraphViz work fine on my computer but how can I use it on a linux server?

At the moment, I use Kodingen.com to run my site. Is it possible to use GraphViz on the web and generate pictures from .dot files? What is the procedure to install it? And obviously to use it?

For exemple on my computer (windows) I use:

dot.exe -Tpng "input.dot" -o "output.png"

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

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

发布评论

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

评论(2

征棹 2024-10-26 05:12:27

看起来您会像 Kodingen 上的任何其他软件包一样执行此操作。使用左侧的工具栏:

  1. 单击“App Store”
  2. 滚动到列表底部,然后单击“搜索应用程序”
  3. 输入 graphviz 并单击“列出应用程序”

但是,当我尝试安装它时,它失败了。这似乎是因为 Ohloh 没有下载页面。

根据您的 Linux 风格(Ubuntu、RedHat),您应该能够通过 包管理器。例如,在 Ubuntu/Debian 上,您应该能够从 shell 输入 sudo apt-get install graphviz 并安装它。

It seems like you would do this like any other package on Kodingen. Using the toolbar on the left:

  1. Click on App Store
  2. Scroll to the bottom of the list and click Search for applications
  3. Type in graphviz and click List applications

However when I tried to install it, it failed. This seems to be because the Ohloh doesn't have a download page for it.

Depending on your flavour of Linux (Ubuntu, RedHat), you should be able to install it via the package manager. So for instance, on Ubuntu/Debian, you should be able to enter sudo apt-get install graphviz from the shell and have it be installed.

女皇必胜 2024-10-26 05:12:27

为了回答这个问题,我链接 这个从我问的另一个问题中回答

德夫里姆说:

... kodingen 提供共享托管帐户,不允许任何人安装任何东西。这同样适用于红宝石。但我们很快就会使这成为可能。

重申一下,kodingen 能够运行 python/perl/php 脚本,只是不能运行外部/自定义库,直到我们为您提供自己的服务器...

Just to make this question answered, I link this answer from another question I ask.

Devrim said:

... kodingen provides shared hosting account that doesn't enable anyone to install anything. same applies to ruby gems. but we will make this possible very soon.

just to reiterate, kodingen is able to run python/perl/php scripts, just not external/custom libraries until we give you your own servers...

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