https://github.com/uq-rcc/pitschi-xapi
eXternal API for Pitschi
https://github.com/uq-rcc/pitschi-xapi
pitschi xapi
Last synced: about 2 months ago
JSON representation
eXternal API for Pitschi
- Host: GitHub
- URL: https://github.com/uq-rcc/pitschi-xapi
- Owner: UQ-RCC
- License: apache-2.0
- Created: 2021-06-15T23:52:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-17T03:12:21.000Z (11 months ago)
- Last Synced: 2025-08-17T05:24:50.371Z (11 months ago)
- Topics: pitschi, xapi
- Language: Python
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pitschi-xapi
eXternal API for Pitschi
To run pitschi: uvicorn pitschi.main:pitschixapi --host 0.0.0.0 --port 8000 --root-path /xapi
#To run dashboard: uvicorn dashboard.app:pitschi --host 0.0.0.0 --port 8001
# Developement instructions
### Steps to run xpi on VM:
1. Follow instructions to install Python on the VM. (If you install Python version 3.4 or later, PIP is included by default, otherwise, install pip)
2. Install uvicorn using "pip install uvicorn" command.
3. Edit pitschixapi.conf to include backend connection settings.
4. Install the required modules given in requirement.txt file using "pip install " command
5. Run the project using "uvicorn pitschi.main:pitschixapi --host --port 8000 --root-path /xapi"