mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
adbccbe852
Prepare with: ./autogen.sh && ./configure --with-rebar=./rebar3 && make Or use this if you installed Elixir: ./autogen.sh && ./configure --with-rebar=mix && make Start without installing (it recompiles when necessary): make relive It stores config, database and logs in _build/relive/ There's available the well-known script: _build/relive/ejabberdctl Please note this fails immediately: r3:do(compile). This crashes a few seconds later: rebar3:run(["compile"]). Workaround that works correctly: ejabberd_admin:update(). |
||
---|---|---|
.. | ||
files | ||
relive.config | ||
relive.escript | ||
reltool.config.script | ||
setup-dev.sh | ||
setup-relive.sh | ||
sys.config | ||
vm.args | ||
vm.args.mix |