起始氮气 (erlang)

发布于 2024-10-24 18:42:47 字数 660 浏览 6 评论 0原文

我需要一些帮助启动氮 2.1

这个文档(http://nitrogenproject.com/doc/index.html)告诉我运行 ./deps/get_mochiweb.sh - 但 deps 文件夹不包含这样的脚本

ls ../../deps

nitrogen_core nprocreg simple_bridge 同步

另一方面,这些幻灯片:http://nitrogenproject.com/doc/tutorial.html 告诉我运行

./bin/氮气控制台

打开http://localhost:8000

我似乎更合理,但我不太明白。 “./bin/nitrogen console”打开一个erlang控制台,但据我所知“open http://localhost:8000" 不是 erlang 语法。如果我跑步,我什么也不会发生。退出后,没有任何内容列出到端口 8000,

我不知道从这里该做什么

I need some help starting nitrogen 2.1

This document (http:// nitrogenproject.com/doc/index.html) tells me to run ./deps/get_mochiweb.sh - but the deps folder contains no such script

ls ../../deps

nitrogen_core nprocreg simple_bridge sync

These slides on the other hand: http:// nitrogenproject.com/doc/tutorial.html tell me to run

./bin/nitrogen console

open http://localhost:8000

I seems more reasonable, but I don't quite get it. "./bin/nitrogen console" opens up an erlang console, but as far as i know "open http://localhost:8000" isn't erlang syntax. If i run i nothing happens. After I exit nothing is listing to port 8000

I'm not sure what to do from here

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

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

发布评论

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

评论(2

献世佛 2024-10-31 18:42:48

如果您刚刚开始使用 Nitrogen,最好运行“quickstart.sh”:

cd Quickstart
./quickstart.sh

现在将浏览器指向 http://localhost: 8000 并玩一下 Nitrogen 演示来掌握它的窍门。

一旦您准备好在您的项目中使用 Nitrogen,您就可以在 yaws 或 mochiweb 之上构建一个版本。

If you are just starting with Nitrogen, it might be better to run "quickstart.sh":

cd Quickstart
./quickstart.sh

Now point your browser to http://localhost:8000 and play with Nitrogen demos to get a hang of it.

Once you are ready to use Nitrogen for your project, you can build a release on top of yaws or mochiweb.

终难愈 2024-10-31 18:42:47

应用程序运行后,您将有一个 Web 服务器侦听端口 8000。打开 Web 浏览器并浏览到 localhost:8000。

Once the application is running you have a web server listening on port 8000. Open a web browser and browse to localhost:8000.

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