Quick Start
Get up and running with PEDAL in minutes.
1. Install PEDAL
pip install pedal
2. Initialize a Sample Project
pedal init
3. Run a Sample Workflow
pedal run sample-workflow
4. Access the Web Interface
Open your browser to http://localhost:8000
5. Test the API
curl -H "Authorization: Bearer <token>" http://localhost:8000/health
6. Trigger a GitHub CI/CD Pipeline (Example)
Configure a GitHub webhook to call PEDAL on push events.
PEDAL will automatically run the configured pipeline.
For more details, see Installation & Setup and Using PEDAL.
Last updated