mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
@ -11,8 +11,8 @@ You can install via zip or deb archives. Please see the
|
|||||||
## Using zip files
|
## Using zip files
|
||||||
|
|
||||||
1. Download the two files:
|
1. Download the two files:
|
||||||
- <a href="https://github.com/eikek/docspell/releases/download/v{{version()}}/docspell-restserver-{{version()}}.zip">docspell-restserver-{{version()}}.zip</a>
|
{{ zip_files() }}
|
||||||
- <a href="https://github.com/eikek/docspell/releases/download/v{{version()}}/docspell-joex-{{version()}}.zip">docspell-joex-{{version()}}.zip</a>
|
|
||||||
2. Unzip both files:
|
2. Unzip both files:
|
||||||
``` bash
|
``` bash
|
||||||
$ unzip docspell-*.zip
|
$ unzip docspell-*.zip
|
||||||
@ -23,10 +23,13 @@ You can install via zip or deb archives. Please see the
|
|||||||
``` bash
|
``` bash
|
||||||
$ ./docspell-restserver*/bin/docspell-restserver
|
$ ./docspell-restserver*/bin/docspell-restserver
|
||||||
```
|
```
|
||||||
|
|
||||||
in one terminal and
|
in one terminal and
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ ./docspell-joex*/bin/docspell-joex
|
$ ./docspell-joex*/bin/docspell-joex
|
||||||
```
|
```
|
||||||
|
|
||||||
in the other.
|
in the other.
|
||||||
5. Point your browser to: <http://localhost:7880/app>
|
5. Point your browser to: <http://localhost:7880/app>
|
||||||
6. Register a new account, sign in and try it.
|
6. Register a new account, sign in and try it.
|
||||||
@ -35,9 +38,6 @@ Note, that this setup doesn't include watching a directory nor
|
|||||||
fulltext search. Using zip/deb files requires to take care of the
|
fulltext search. Using zip/deb files requires to take care of the
|
||||||
[prerequisites](@/docs/install/prereq.md) yourself.
|
[prerequisites](@/docs/install/prereq.md) yourself.
|
||||||
|
|
||||||
The provided scripts in
|
|
||||||
[docspell-tools-{{version()}}.zip](https://github.com/eikek/docspell/releases/download/v{{version()}}/docspell-tools-{{version()}}.zip)
|
|
||||||
must be extracted and installed manually somewhere in your `$PATH`.
|
|
||||||
|
|
||||||
## Using deb files
|
## Using deb files
|
||||||
|
|
||||||
@ -47,8 +47,7 @@ on a Debian system.
|
|||||||
|
|
||||||
Packages are also provided at the release page:
|
Packages are also provided at the release page:
|
||||||
|
|
||||||
- <a href="https://github.com/eikek/docspell/releases/download/v{{version()}}/docspell-restserver_{{version()}}_all.deb">docspell-restserver_{{version()}}_all.deb</a>
|
{{ deb_files() }}
|
||||||
- <a href="https://github.com/eikek/docspell/releases/download/v{{version()}}/docspell-joex_{{version()}}_all.deb">docspell-joex_{{version()}}_all.deb</a>
|
|
||||||
|
|
||||||
The DEB packages can be installed on Debian, or Debian based Distros:
|
The DEB packages can be installed on Debian, or Debian based Distros:
|
||||||
|
|
||||||
|
8
website/site/templates/shortcodes/deb_files.html
Normal file
8
website/site/templates/shortcodes/deb_files.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/eikek/docspell/releases/download/v{{ config.extra.version }}/docspell-restserver_{{ config.extra.version }}_all.deb">docspell-restserver_{{ config.extra.version }}_all.deb</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/eikek/docspell/releases/download/v{{ config.extra.version }}/docspell-joex_{{ config.extra.version }}_all.deb">docspell-joex_{{ config.extra.version }}_all.deb</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
8
website/site/templates/shortcodes/zip_files.html
Normal file
8
website/site/templates/shortcodes/zip_files.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/eikek/docspell/releases/download/v{{ config.extra.version }}/docspell-restserver-{{ config.extra.version }}.zip">docspell-restserver-{{ config.extra.version }}.zip</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/eikek/docspell/releases/download/v{{ config.extra.version }}/docspell-joex-{{ config.extra.version }}.zip">docspell-joex-{{ config.extra.version }}.zip</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
1323
website/yarn.lock
1323
website/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user