bts_tools icon indicating copy to clipboard operation
bts_tools copied to clipboard

add view with commands for remotely start, stop and build latest version of the client

Open wackou opened this issue 11 years ago • 1 comments

in views.py:

@bp.route('/commands')
def commands():
    # start, stop, build
    pass

wackou avatar Nov 06 '14 22:11 wackou

this should be useful for building/running the client while having the status displayed in the browser:

http://www.turnkeylinux.org/blog/stdtrap-pythonic-console-output-trap

wackou avatar Feb 09 '15 15:02 wackou