Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2015-07-11 12:20:38 +0300
committerMickael Remond <mremond@process-one.net>2015-07-11 12:20:38 +0300
commit062d2d696f4b6d8a96a81033815ecc50d07e76d2 (patch)
tree30a862d8aa088a233ba3593b696023ff83247b1e /README
parenta53191fed5a1cda77b082cefd6e2fbbec223f91e (diff)
Update dev section to show erl command-line start command
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 2f78d1973..31a76778b 100644
--- a/README
+++ b/README
@@ -159,6 +159,10 @@ In order to assist in the development of ejabberd, and particularly the
execution of the test suite, a Vagrant environment is available at
https://github.com/processone/ejabberd-vagrant-dev.
+To start ejabberd in development mode from the repository directory, you can
+type a command like:
+
+ EJABBERD_CONFIG_PATH=ejabberd.yml erl -pa ebin -pa deps/*/ebin -pa test -s ejabberd
Links
-----