DarwinsBuddy / tank

Tank WebUI + flask Server for tank-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tank

Dependencies

Building

  • npm / node 16.6.2
  • python3.9+
  • pip
  • wheel

Build

pip install wheel
python setup.py bdist_wheel

install wheel pip install tank-x.x.x-py3-none-any.whl

Install

  • (optional) systemd

Install / Start

systemd

  1. sudo ./install.sh
  2. browse to 127.0.0.1:8080

service name: tank.service

only as python module

python setup.py install

python -m tank

Uninstall

systemd

sudo ./uninstall.sh

only as python module

pip uninstall tank

About

Tank WebUI + flask Server for tank-client


Languages

Language:TypeScript 45.0%Language:Python 43.6%Language:HTML 8.5%Language:Shell 2.0%Language:CSS 0.9%