This commit is contained in:
Jonas Winkler 2020-11-20 13:28:30 +01:00
parent 3d6b555deb
commit bd45a804a7

View File

@ -10,10 +10,10 @@ Go to the project page on GitHub and download the
`latest release <https://github.com/jonaswinkler/paperless-ng/releases>`_. `latest release <https://github.com/jonaswinkler/paperless-ng/releases>`_.
There are multiple options available. There are multiple options available.
* Download the docker-compose files if you want to pull paperless from * Download the dockerfiles archive if you want to pull paperless from
Docker Hub. Docker Hub.
* Download the archive and extract it if you want to build the docker image * Download the dist archive and extract it if you want to build the docker image
yourself or want to install paperless without docker. yourself or want to install paperless without docker.
.. hint:: .. hint::
@ -22,6 +22,15 @@ There are multiple options available.
is not to pull the entire git repository. Paperless-ng includes artifacts is not to pull the entire git repository. Paperless-ng includes artifacts
that need to be compiled, and that's already done for you in the release. that need to be compiled, and that's already done for you in the release.
.. admonition:: Want to try out paperless-ng before migrating?
The release contains a file ``.env`` which sets the docker-compose project
name to "paperless", which is the same as before and instructs docker-compose
to reuse and upgrade your paperless volumes.
Just rename the project name in that file to anything else and docker-compose
will create fresh volumes for you!
Overview of Paperless-ng Overview of Paperless-ng
######################## ########################