Skip to content

Commit

Permalink
update: add missing make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nSedrickm committed Aug 24, 2022
1 parent 950da51 commit 92e6995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ rabbitmq_python_instance=rabbitmq-server-unix-instance.py


configure:
@echo -e "[*] Removing previous configs..."
@make clear
# Extract tar files
@mkdir deps/builds
@echo -e "[*] Extracting dependencies..."
@tar -xf ${rabbitmq_instance} -C deps/builds/
@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

0 comments on commit 92e6995

Please sign in to comment.