Alle Tasks/tools als Webservice oder CLI
|
|
7 ヶ月 前 | |
|---|---|---|
| .vscode | 9 ヶ月 前 | |
| cognos11 | 7 ヶ月 前 | |
| cognos7 | 7 ヶ月 前 | |
| config | 7 ヶ月 前 | |
| database | 9 ヶ月 前 | |
| dist | 7 ヶ月 前 | |
| docs | 11 ヶ月 前 | |
| excel | 7 ヶ月 前 | |
| logviewer | 1 年間 前 | |
| misc | 7 ヶ月 前 | |
| 1 年間 前 | ||
| services | 2 年 前 | |
| status_client | 11 ヶ月 前 | |
| tests | 7 ヶ月 前 | |
| .gitignore | 2 年 前 | |
| .python-version | 7 ヶ月 前 | |
| README.md | 7 ヶ月 前 | |
| __init__.py | 11 ヶ月 前 | |
| backup.py | 7 ヶ月 前 | |
| c11.bat | 2 年 前 | |
| c11.py | 10 ヶ月 前 | |
| c11.spec | 2 年 前 | |
| c7.py | 7 ヶ月 前 | |
| db.bat | 2 年 前 | |
| db.py | 7 ヶ月 前 | |
| db.spec | 2 年 前 | |
| docker-compose.yml | 2 年 前 | |
| dump.json | 2 年 前 | |
| favicon.ico | 2 年 前 | |
| gctools.bat | 9 ヶ月 前 | |
| gctools.py | 7 ヶ月 前 | |
| gctools.spec | 11 ヶ月 前 | |
| main.py | 2 年 前 | |
| misc2.py | 9 ヶ月 前 | |
| mkdocs.yml | 11 ヶ月 前 | |
| pyproject.toml | 7 ヶ月 前 | |
| requirements.txt | 11 ヶ月 前 | |
| status.py | 11 ヶ月 前 | |
| tox.ini | 2 年 前 | |
| uv.lock | 7 ヶ月 前 | |
| uwsgi.ini | 2 年 前 | |
| xls.py | 1 年間 前 |
Zunächst muss uv, der Python-Paketmanager, installiert werden:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Im Anschluss git-Repository klonen:
cd C:\Projekte
git clone https://git.global-cube.com/GlobalCube/gctools.git
Git erstellt einen Unterordner C:\Projekte\gctools, in dem das gesamte Projekt abgelegt ist.
Jetzt müssen alle Requirements erfüllt werden: passende Python-Version, benötigte Module mit entsprechenden Abhängigkeiten.
Das übernimmt uv
cd C:\Projekte\gctools
uv run gctools.py