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