mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
1.4 KiB
1.4 KiB
layout | title |
---|---|
docs | Quickstart |
Download
You can download pre-compiled binaries from the Release
Page. There are deb
packages and a generic zip files.
You need to download the two files:
Prerequisite
Install Java (use your package manager or look here), tesseract, ghostscript and possibly unpaper. The last is not really required, but improves OCR.
Running
- 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/index.html
- Register a new account, sign in and try it.
Check the documentation for more information on how to use docspell.