Alle Tasks/tools als Webservice oder CLI
|
|
il y a 7 mois | |
|---|---|---|
| .vscode | il y a 9 mois | |
| cognos11 | il y a 7 mois | |
| cognos7 | il y a 7 mois | |
| config | il y a 7 mois | |
| database | il y a 9 mois | |
| dist | il y a 7 mois | |
| docs | il y a 11 mois | |
| excel | il y a 7 mois | |
| logviewer | il y a 1 an | |
| misc | il y a 7 mois | |
| il y a 1 an | ||
| services | il y a 2 ans | |
| status_client | il y a 11 mois | |
| tests | il y a 7 mois | |
| .gitignore | il y a 2 ans | |
| .python-version | il y a 7 mois | |
| README.md | il y a 7 mois | |
| __init__.py | il y a 11 mois | |
| backup.py | il y a 7 mois | |
| c11.bat | il y a 2 ans | |
| c11.py | il y a 10 mois | |
| c11.spec | il y a 2 ans | |
| c7.py | il y a 7 mois | |
| db.bat | il y a 2 ans | |
| db.py | il y a 7 mois | |
| db.spec | il y a 2 ans | |
| docker-compose.yml | il y a 2 ans | |
| dump.json | il y a 2 ans | |
| favicon.ico | il y a 2 ans | |
| gctools.bat | il y a 9 mois | |
| gctools.py | il y a 7 mois | |
| gctools.spec | il y a 11 mois | |
| main.py | il y a 2 ans | |
| misc2.py | il y a 9 mois | |
| mkdocs.yml | il y a 11 mois | |
| pyproject.toml | il y a 7 mois | |
| requirements.txt | il y a 11 mois | |
| status.py | il y a 11 mois | |
| tox.ini | il y a 2 ans | |
| uv.lock | il y a 7 mois | |
| uwsgi.ini | il y a 2 ans | |
| xls.py | il y a 1 an |
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