xmpp.chapril.org-ejabberd/rel
Badlop adbccbe852 New "make relive" similar to "ejabberdctl live" without installing
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().
2022-02-03 18:21:47 +01:00
..
files Switch to rebar build tool 2013-06-13 11:11:02 +02:00
relive.config New "make relive" similar to "ejabberdctl live" without installing 2022-02-03 18:21:47 +01:00
relive.escript New "make relive" similar to "ejabberdctl live" without installing 2022-02-03 18:21:47 +01:00
reltool.config.script Remove CTLLOCKDIR (/var/lock/ejabberdctl) from Makefile.in 2021-12-07 10:15:47 +01:00
setup-dev.sh In "make dev" don't create link ejabberdctl, seems buggy 2021-07-21 17:58:27 +02:00
setup-relive.sh New "make relive" similar to "ejabberdctl live" without installing 2022-02-03 18:21:47 +01:00
sys.config Add support for rebar3 to "make rel" 2021-06-25 12:53:22 +02:00
vm.args Add support for rebar3 to "make rel" 2021-06-25 12:53:22 +02:00
vm.args.mix Add support to build release with mix 2021-07-16 13:36:19 +02:00