Haas-ToolBox

Configuration

  1. Edit HTS/Settings/MailSettings.xml set these lines (changing unique_token for a random password):
<LocalAPIAdres>127.0.0.1</LocalAPIAdres>
<LocalAPIPort>8095</LocalAPIPort>
<LocalAPIToken/>unique_token<LocalAPIToken>
  1. Restart HTS (kill mono and relaunch) or reboot your system.
  2. Set the same token in toolbox_settings.ini.

Dependencies

  • Python^3.10
  • Poetry

Debian based

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.10
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3.10 -

Arch based

sudo pacman -s python
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3.10 -

Fedora/CentOs

sudo dnf update && sudo dnf upgrade -y
sudo dnf install --enablerepo=updates-testing python3.10
sudo dnf install python3.10
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3.10 -

First run

poetry install --no-dev
poetry run cli