Skip to content

Open source document organizer with automatic OCR and full text search

License

Notifications You must be signed in to change notification settings

paperbaseapp/paperbase

Repository files navigation

Paperbase logo

Docker Cloud Build Status License latest release Built with science

Quick start

Read the docs on how to set up your own Paperbase instance.

Development setup

Prerequisites

  • Docker
  • Docker Compose
  1. Copy .env.example to .env
  2. Fill APP_KEY (32 random chars) and DB_PASSWORD
  3. docker-compose up
  4. Create a new user with docker-compose exec app php artisan user:create
  5. You can access Paperbase at http://paperbase.localhost