mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-04 05:06:38 +00:00
fixed 'make run' : using tarantool instead of mongodb (#258)
* fixed 'make run' : using tarantool instead of mongodb Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * replaced mongodb by tarantool in the inline docs Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
76c051ed26
commit
da27c7f2d5
7
Makefile
7
Makefile
@ -57,10 +57,10 @@ help: ## Show this help
|
||||
@$(HELP) < $(MAKEFILE_LIST)
|
||||
|
||||
run: check-deps ## Run Planetmint from source (stop it with ctrl+c)
|
||||
# although planetmint has tendermint and mongodb in depends_on,
|
||||
# although planetmint has tendermint and tarantool in depends_on,
|
||||
# launch them first otherwise tendermint will get stuck upon sending yet another log
|
||||
# due to some docker-compose issue; does not happen when containers are run as daemons
|
||||
@$(DC) up --no-deps mongodb tendermint planetmint
|
||||
@$(DC) up --no-deps tarantool tendermint planetmint
|
||||
|
||||
start: check-deps ## Run Planetmint from source and daemonize it (stop with `make stop`)
|
||||
@$(DC) up -d planetmint
|
||||
@ -143,4 +143,5 @@ ifndef IS_BLACK_INSTALLED
|
||||
@$(ECHO)
|
||||
@$(ECHO) "You need to activate your virtual environment and install the test dependencies"
|
||||
black # black is not installed, so we call it to generate an error and exit
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user