Building ejabberd from source archive

pull/2/head
Mickael Remond 8 years ago
parent 910ca3ba69
commit 07703ba051
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -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

Loading…
Cancel
Save