Skip to content

Installation

This guide covers the prerequisites and installation steps for the PixErase.

Prerequisites

  • Docker: For containerized deployment
  • Git: For cloning the repository

Installation Steps

  1. Clone the Repository:
git clone https://github.com/C3EQUALZz/PixErase
cd PixErase
  1. Set Up Environment:

Create .env file and copy-paste all data from .env.dist

  1. Docker Setup:

To run the full stack with Docker

just up

This starts all services defined in docker-compose.prod.yaml, including the API, database, and observability tools.