如何在 Snow Leopard 上启动并运行 Tornado 服务器

发布于 2024-08-10 20:57:00 字数 119 浏览 6 评论 0原文

我对 osx 还很陌生。开箱即用,启动并运行 Tornado Server 的步骤是什么?

I'm fairly new to osx. Right out of the box, what are the steps to getting Tornado Server up and running?

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

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

发布评论

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

评论(1

可爱咩 2024-08-17 20:57:00

对于 Tornado:首先,获取 Apple 的 XCode(它可能位于您的操作系统安装 DVD 上,或者从 ADC 获取最新版本免费注册苹果开发者网络后)并安装它。

然后,按照Tornado 站点中的所有简单步骤操作,即:

  • 下载tarball
  • 打开 Terminal.App(应用程序/实用程序)并 cd 到下载 tarball 的目录
  • tar xvzfornado-0.2.tar.gz
  • cdtornado-0.2
  • python setup.py build
  • sudo python setup.py install

也可以选择 sudo easy_install setuptools pycurl==7.16.2.1 simplejson 来获取 Tornado 的所有功能,正如 Tornado 网站的说明中也提到的那样。

对于lighttpd:请提出一个不同的问题——这是基本的SO礼仪。每个问题一个问题是迄今为止最好的:其他人如何从您的问题标题中猜测出答案还包含有关 lighttpd 或其他不同工具的信息?!

For Tornado: first, get Apple's XCode (it's probably on your OS installation DVD, or get the latest from ADC after signing up for free to Apple's Developers Network) and install it.

Then, follow all the simple steps at the Tornado site, i.e.:

  • download the tarball
  • open a Terminal.App (Application/Utilities) and cd to the directory where you downloaded the tarball
  • tar xvzf tornado-0.2.tar.gz
  • cd tornado-0.2
  • python setup.py build
  • sudo python setup.py install

Optionally also sudo easy_install setuptools pycurl==7.16.2.1 simplejson to get all the features of Tornado, as the Tornado site's instructions also mention.

For lighttpd: please open a different question -- that's fundamental SO etiquette. One question per question is by far best: how would anybody else guess from your question's title that answers also contain information about lighttpd, or other different tools yet?!

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