relx

    0熱度

    1回答

    我想make牛仔快速啓動項目,但我得到Permission denied爲relx。即使我用sudo make運行它。任何解決方案? sudo make Password: APP cowlib.app.src APP ranch.app.src APP cowboy.app.src APP hello_erlang.app.src make: /Users/jonas/code/he

    0熱度

    1回答

    我嘗試在ranch example添加AppMon接口,這裏是我的relx.config文件 {paths, ["/usr/local/lib"]}. {release, {tcp_echo_example, "1"}, [ tcp_echo, appmon ]}. {extended_start_script, true}. 生成後,我開始申請成功,但未能啓動App

    0熱度

    2回答

    當我嘗試啓動由relx準備二郎釋放與倫理崩潰: {"init terminating in do_boot",{badarg,[{erl_prim_loader,check_file_result,3,[]},{init,get_boot,1,[]},{init,get_boot,2,[]},{init,do_boot,3,[]}]}} 目錄列表: ├── bin ├── lib

    4熱度

    2回答

    我想使用Sync與使用relx組裝的Cowboy項目進行即時重新編譯(根據Cowboy Getting Started Guide)。 的問題是,即使我設法得到同步在我的應用程序由my_application.app.src文件中的應用程序列表中提同步像這樣開始: {application, my_application, [ {description, "My Cowboy Appli

    0熱度

    1回答

    我使用rebar3創建了一個發行版,但在運行/引導遠程服務器上的應用程序時遇到問題。 當我運行以下命令: $> /home/app/releases/0.0.1# erl -boot start 我得到以下錯誤: {"init terminating in do_boot",'cannot expand $ERTS_LIB_DIR in bootfile'} init terminating

    3熱度

    1回答

    我RELX配置 {release,{socket,"0.1.0"}}. {extend_start_script,true}. 我.app文件 {application,socket, [{description,[]}, {vsn,"1"}, {registered,[]}, {applications,[kernel,stdlib,c