Merge pull request #1806 from eikek/doc-fixes

Upgrade website packages and fix download links
This commit is contained in:
mergify[bot] 2022-10-29 09:00:48 +00:00 committed by GitHub
commit 9f1add28a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 804 additions and 548 deletions

View File

@ -11,8 +11,8 @@ You can install via zip or deb archives. Please see the
## Using zip 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>
- <a href="https://github.com/eikek/docspell/releases/download/v{{version()}}/docspell-joex-{{version()}}.zip">docspell-joex-{{version()}}.zip</a>
{{ zip_files() }}
2. Unzip both files:
``` bash
$ unzip docspell-*.zip
@ -23,10 +23,13 @@ You can install via zip or deb archives. Please see the
``` bash
$ ./docspell-restserver*/bin/docspell-restserver
```
in one terminal and
``` bash
$ ./docspell-joex*/bin/docspell-joex
```
in the other.
5. Point your browser to: <http://localhost:7880/app>
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
[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
@ -47,8 +47,7 @@ on a Debian system.
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>
- <a href="https://github.com/eikek/docspell/releases/download/v{{version()}}/docspell-joex_{{version()}}_all.deb">docspell-joex_{{version()}}_all.deb</a>
{{ deb_files() }}
The DEB packages can be installed on Debian, or Debian based Distros:

View 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>

View 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>

File diff suppressed because it is too large Load Diff