summaryrefslogtreecommitdiff
path: root/rel/setup-relive.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-03New "make relive" similar to "ejabberdctl live" without installingBadlop1-11/+13
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().
2021-07-21In "make dev" don't create link ejabberdctl, seems buggyBadlop1-9/+3
2021-07-16Update setup-dev.sh to work perfectly both with rebar3 and mixBadlop1-17/+19
2021-06-27Let "make dev" always update SCRIPT_DIR in ejabberdctl, even if link existsBadlop1-2/+3
2021-06-25New "make dev" and "./ejabberdctl" (requires using rebar3)Badlop1-0/+31