dimint / dimint-overlord

0 stars 0 forks source link

커맨드 라인에서 dimint-overlord 명령어로 실행할 수 있게 하기 #41

Closed jc-kim closed 9 years ago

jc-kim commented 9 years ago

setup.py 파일을 http://click.pocoo.org/3/setuptools/ 이런 걸 써서 구성해서,

커맨드 라인에

dimint-overlord --config=./config.ini

이런 식으로 쳐서 프로세스를 띄울 수 있어야 할 것 같다.

jsryu21 commented 9 years ago

How abount using same command script in both overlord and node? And is command like this?

dimint help
dimint overlord help
dimint overlord list
dimint overlord start
dimint overlord stop
dimint node help
dimint node list
dimint node start
dimint node stop
jsryu21 commented 9 years ago

d04dfbc12764605bddb06c9b33793fc19805c382 ced8eb6a06d73a968a7cd1e2b9e5c627a5b9ce60