Skip to content

Commit

Permalink
docs: update setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nSedrickm committed Aug 25, 2022
1 parent 950da51 commit e88835f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configure:
@echo -e "[*] Done!"
@cp example.config.ini config.ini
@echo ">> Edit config.ini in cases where TLPs connections will be used"
@python3 -m venv venv

start:
@echo -e "[*] Starting rabbitmq instances..."
Expand Down
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,19 @@ sudo pacman -S erlang
> Ubuntu
```bash
sudo apt install wget
wget -O- https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc | sudo apt-key add -
echo "deb https://packages.erlang-solutions.com/ubuntu focal contrib" | sudo tee /etc/apt/sources.list.d/erlang-solution.list
sudo apt update
sudo apt-get install -y erlang-base \
erlang-asn1 erlang-crypto erlang-eldap erlang-ftp erlang-inets \
erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key \
erlang-runtime-tools erlang-snmp erlang-ssl \
erlang-syntax-tools erlang-tftp erlang-tools erlang-xmerl

wget https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_24.2-1~ubuntu~focal_amd64.deb

sudo dpkg -i esl-erlang_24.2-1_ubuntu_focal_amd64.deb

rm esl-erlang_24.2-1~ubuntu~focal_amd64.deb

```


### Installation
```bash
make
make install
make start
```

Expand Down

0 comments on commit e88835f

Please sign in to comment.