Skip to content

2. Installation

Your friendly nerd edited this page Feb 8, 2025 · 1 revision

Installation & Setup

Requirements

  • Paperless-ngx installed
  • Docker & Docker Compose

Setup Instructions

git clone https://github.com/clusterzx/paperless-ai.git
cd paperless-ai
docker-compose up -d

or

docker run -d --name paperless-ai --network bridge -v paperless-ai_data:/app/data -p 3000:3000 --restart unless-stopped clusterzx/paperless-ai

Access at localhost:3000

Example Video to install the easiest way https://github.com/user-attachments/assets/ddfa74a0-4915-4bfb-ba20-22afe8478d1f

Example Video to install paperless-ai with Portainer (Stack = Docker Compose file) https://github.com/user-attachments/assets/ea3ffe84-9ab9-43dc-a4df-e0d125941c97

Clone this wiki locally