mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
adjusted readme
This commit is contained in:
parent
97c59bcdbf
commit
affd543c11
2
Makefile
2
Makefile
@ -70,7 +70,7 @@ stop: check-deps ## Stop Planetmint
|
||||
logs: check-deps ## Attach to the logs
|
||||
@$(DC) logs -f planetmint
|
||||
|
||||
lint: check-deps ## Lint the Project
|
||||
lint: check-deps ## Lint the project
|
||||
@$(DC) up lint
|
||||
|
||||
test: check-deps test-unit test-acceptance ## Run unit and acceptance tests
|
||||
|
@ -43,10 +43,11 @@ There are also other commands you can execute:
|
||||
* `make start`: Run Planetmint from source and daemonize it (stop it with `make stop`).
|
||||
* `make stop`: Stop Planetmint.
|
||||
* `make logs`: Attach to the logs.
|
||||
* `make lint`: Lint the project
|
||||
* `make test`: Run all unit and acceptance tests.
|
||||
* `make test-unit-watch`: Run all tests and wait. Every time you change code, tests will be run again.
|
||||
* `make cov`: Check code coverage and open the result in the browser.
|
||||
* `make doc`: Generate HTML documentation and open it in the browser.
|
||||
* `make docs`: Generate HTML documentation and open it in the browser.
|
||||
* `make clean`: Remove all build, test, coverage and Python artifacts.
|
||||
* `make reset`: Stop and REMOVE all containers. WARNING: you will LOSE all data stored in Planetmint.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user