MirrorNest
← Все руководства

Paperless-ngx

A document management system that OCRs, tags, and indexes your scanned paperwork so you can search it instantly instead of digging through filing cabinets.

Это руководство составлено на основе официальной документации Paperless-ngx, ссылка на которую есть выше — всегда сверяйте точные названия пакетов/версий там перед запуском этих команд на рабочем сервере, так как версии дистрибутива и проекта со временем меняются.
  1. 1Run the official install script

    Paperless-ngx ships an interactive installer that asks a few configuration questions, writes the compose files, pulls the images, starts the stack, and creates your superuser.

    bash -c "$(curl --location --silent --show-error https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/install-paperless-ngx.sh)"

    Requires Docker and Docker Compose installed beforehand. MacOS needs GNU sed and wget.

  2. 2Manual alternative

    You can instead download a docker-compose.*.yml (choose sqlite/postgres/postgres+tika) plus docker-compose.env and .env from the project's /docker/compose directory, rename the compose file to docker-compose.yml, then run docker compose pull && docker compose up -d.

  3. 3Log in

    Visit the web UI and log in with the superuser credentials you set (via the script, or created on first web access with the manual route).

    open http://127.0.0.1:8000