lbry-sdk/Makefile

20 lines
384 B
Makefile
Raw Normal View History

2020-06-04 01:43:08 +02:00
.PHONY: tools lint test idea
2019-06-20 21:26:54 +02:00
lint:
pylint --rcfile=setup.cfg lbry
#mypy --ignore-missing-imports lbry
2019-06-26 08:54:54 +02:00
test:
tox
2019-06-26 08:54:54 +02:00
idea:
mkdir -p .idea
cp -r scripts/idea/* .idea
2020-06-04 01:43:08 +02:00
start:
2020-06-22 17:44:27 +02:00
dropdb lbry
createdb lbry
2020-06-04 01:43:08 +02:00
lbrynet start --full-node \
2020-06-22 17:44:27 +02:00
--db-url=postgresql:///lbry --processes=2 --console=advanced --no-spv-address-filters \
2020-06-04 01:43:08 +02:00
--lbrycrd-dir=${HOME}/.lbrycrd --data-dir=/tmp/tmp-lbrynet