Documentation Index
Fetch the complete documentation index at: https://docs.pezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
If you donβt wish to run Pezzo locally, you can use Pezzo
Cloud instead. Pezzo Cloud is a fully managed version
of Pezzo that is hosted and managed by the Pezzo team.
Clone the repository
First, clone the Pezzo repository from GitHub and then navigate into the directory:
git clone https://github.com/pezzolabs/pezzo.git
cd pezzo
Add the necessary environmental variables
Append the environmental variables from the apps/ folder to the root directory
cat apps/server/.env >> .env.local
cat apps/console/.env >> .env.local
## Running with Docker Compose
Run the following command to start the Pezzo stack:
```bash
docker compose up
This command will spin up all infrastructure services (PostgreSQL, Redis, etc.) and the Pezzo components (Server, Console). It will also automatically apply database migration to the PostgreSQL database.
Once the stack is up and running, you can access the Pezzo Console at http://localhost:4200. π