Alle Tasks/tools als Webservice oder CLI
|
пре 3 месеци | |
---|---|---|
.vscode | пре 4 месеци | |
cognos11 | пре 3 месеци | |
cognos7 | пре 3 месеци | |
config | пре 3 месеци | |
database | пре 4 месеци | |
dist | пре 3 месеци | |
docs | пре 6 месеци | |
excel | пре 3 месеци | |
logviewer | пре 1 година | |
misc | пре 3 месеци | |
пре 1 година | ||
services | пре 2 година | |
status_client | пре 6 месеци | |
tests | пре 3 месеци | |
.gitignore | пре 1 година | |
README.md | пре 3 месеци | |
__init__.py | пре 6 месеци | |
backup.py | пре 3 месеци | |
c11.bat | пре 1 година | |
c11.py | пре 5 месеци | |
c11.spec | пре 2 година | |
c7.py | пре 3 месеци | |
db.bat | пре 1 година | |
db.py | пре 3 месеци | |
db.spec | пре 2 година | |
docker-compose.yml | пре 2 година | |
dump.json | пре 2 година | |
favicon.ico | пре 1 година | |
gctools.bat | пре 4 месеци | |
gctools.py | пре 3 месеци | |
gctools.spec | пре 6 месеци | |
main.py | пре 2 година | |
misc2.py | пре 4 месеци | |
mkdocs.yml | пре 6 месеци | |
requirements.txt | пре 6 месеци | |
status.py | пре 6 месеци | |
tox.ini | пре 1 година | |
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