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