Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 erlang 开发服务器。我有没有办法启动 erlang vm 并从命令行继续或将脚本添加到启动文件?需要明确的是,我想启动 erlang 并让它在命令提示符之外运行。
您可以使用 -detached 标志。有关详细信息,请参阅http://www.erlang.org/doc/man/erl.html。
我通常使用rebar create-node确实提供的脚本。有这样的命令:启动、停止、ping 和附加。尽管您必须使用 erlang版本才能使用此脚本(在列表中查看模板,也许它会有所帮助)
rebar create-node