An open API service indexing awesome lists of open source software.

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

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"