mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
2.5 KiB
2.5 KiB
layout | title | permalink |
---|---|---|
docs | Quickstart | getit |
{{ page.title }}
You can download pre-compiled binaries from the Release
Page. There are deb
packages and generic zip files. Alternatively, docspell can be
installed via nix or docker (see below).
There are the following quick ways to get docspell to run on your machine:
Check the early demo video to see the basic idea. Refer to the documentation for more information on how to use docspell.
Without Docker
Prerequisite
Install Java (use your package manager or look here).
OCR functionality requires the following tools:
- tesseract,
- ghostscript and possibly
- unpaper.
The last is not really required, but improves OCR.
PDF conversion requires the following tools:
Using zip files
You need to download the two files:
- Unzip both files:
$ unzip docspell-*.zip
- Open two terminal windows and navigate to the the directory containing the zip files.
- Start both components executing:
in one terminal and$ ./docspell-restserver*/bin/docspell-restserver
in the other.$ ./docspell-joex*/bin/docspell-joex
- Point your browser to: http://localhost:7880/app
- Register a new account, sign in and try it.
With Docker
There is a docker-compose setup
available in the /docker
folder.
- Clone the github repository
$ git clone https://github.com/eikek/docspell
- Change into the
docker
directory:$ cd docspell/docker
- Run
docker-compose up
:$ docker-compose up
- Goto http://localhost:7880, signup and login
The directory contains a file docspell.conf
that you can
modify as needed.