From 07703ba0511d2b30c2da534260786fbef95b8ed7 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Thu, 1 Dec 2016 09:35:19 +0100 Subject: [PATCH] Building ejabberd from source archive --- ejabberd-mix/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ejabberd-mix/README.md b/ejabberd-mix/README.md index 052fd1a..e3a9654 100644 --- a/ejabberd-mix/README.md +++ b/ejabberd-mix/README.md @@ -13,6 +13,14 @@ git clone https://github.com/processone/ejabberd.git docker run --rm -v $(pwd):$(pwd) -w $(pwd) ejabberd/mix do deps.get, deps.compile, compile ``` +Alternatively if you do not have Git installed, you can do: +```bash +wget https://github.com/processone/ejabberd/archive/master.zip +unzip ejabberd-master +cd ejabberd-master +docker run --rm -v $(pwd):$(pwd) -w $(pwd) ejabberd/mix do deps.get, deps.compile, compile +``` + ## Run ejabberd with mix command-line tool attached ```bash