How to use Ralph LRS?¶
This tutorial shows you how to run Ralph LRS, step by step.
Warning
Ralph LRS will be executed locally for demonstration purpose. If you want to deploy Ralph LRS on a production server, please refer to the deployment guide.
Ralph LRS is based on FastAPI. In this tutorial, we will run the server manually with Uvicorn, but other alternatives exists (Hypercorn, Daphne).
Prerequisites
Some tools are required to run the commands of this tutorial. Make sure they are installed first:
- Ralph package with CLI optional dependencies, e.g.
pip install ralph-malph[cli]
(check the CLI tutorial) - Docker Compose
- curl or httpie