summaryrefslogtreecommitdiff
path: root/config/runtime.exs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch "make rel" and "make dev" to paths: conf, database, logsBadlop2022-05-021-15/+10
|
* New "make relive" similar to "ejabberdctl live" without installingBadlop2022-02-031-10/+16
| | | | | | | | | | | | | | | | | | | 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().
* As Mix config now must be evaluated at runtime, rename to runtime.exsBadlop2021-07-161-0/+12