This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Installation script: Trouble installing paperless-ng #1129
Unanswered
BlueBarracuda22
asked this question in
Support
Replies: 1 comment 6 replies
-
I should add a note that this script is for Linux only. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Paperless newbie here. I'm trying to setup paperless-ng for the first time using the installation script. I have the latest version of Docker installed. I have tried to follow the directions on readthedocs, but am getting stuck at the first step. Please see my below terminal output. Thanks
`Last login: Sat Jun 19 16:43:26 on ttys000
username@MacBook-Pro ~ % curl -L https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/install-paperless-ng.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8441 100 8441 0 0 37852 0 --:--:-- --:--:-- --:--:-- 37683
bash: line 76: timedatectl: command not found
############################################
Paperless-ng docker installation
############################################
This script will download, configure and start paperless-ng.
=======================
The target folder is used to store the configuration files of
paperless. You can move this folder around after installing paperless.
You will need this folder whenever you want to start, stop, update or
maintain your paperless instance.
The consume folder is where paperles will search for new documents.
Point this to a folder where your scanner is able to put your scanned
documents.
CAUTION: You must specify an absolute path starting with / or a relative
path starting with ./ here. Examples:
/mnt/consume
./consume
Invalid folder: CONSUME_FOLDER=$ask_result
The media folder is where paperless stores your documents.
Leave empty and docker will manage this folder for you.
Docker usually stores managed folders in /var/lib/docker/volumes.
CAUTION: If specified, you must specify an absolute path starting with /
or a relative path starting with ./ here.
Invalid folder: MEDIA_FOLDER=$ask_result
The data folder is where paperless stores other data, such as your
SQLite database (if used), the search index and other data.
As with the media folder, leave empty to have this managed by docker.
CAUTION: If specified, you must specify an absolute path starting with /
or a relative path starting with ./ here.
Invalid folder: DATA_FOLDER=$ask_result
============================
The port on which the paperless webserver will listen for incoming
connections.
Paperless requires you to configure the current time zone correctly.
Otherwise, the dates of your documents may appear off by one day,
depending on where you are on earth.
Database backend: PostgreSQL and SQLite are available. Use PostgreSQL
if unsure. If you're running on a low-power device such as Raspberry
Pi, use SQLite to save resources.
Invalid option: DATABASE_BACKEND=$ask_result
Paperless is able to use Apache Tika to support Office documents such as
Word, Excel, Powerpoint, and Libreoffice equivalents. This feature
requires more resources due to the required services.
Invalid option: TIKA_ENABLED=$ask_result
Specify the default language that most of your documents are written in.
Use ISO 639-2, (T) variant language codes:
https://www.loc.gov/standards/iso639-2/php/code_list.php
Common values: eng (English) deu (German) nld (Dutch) fra (French)
Specify the user id and group id you wish to run paperless as.
Paperless will also change ownership on the data, media and consume
folder to the specified values, so it's a good idea to supply the user id
and group id of your unix user account.
If unsure, leave default.
====================
Specify initial login credentials. You can change these later.
A mail address is required, however it is not used in paperless. You don't
need to provide an actual mail address.
Password cannot be empty.
Passwords did not match
Password cannot be empty.
Passwords did not match
Passwords did not match
Password cannot be empty.
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Password cannot be empty.
Passwords did not match
Password cannot be empty.
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Password cannot be empty.
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Password cannot be empty.
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
Passwords did not match
username@MacBook-Pro ~ %
`
Beta Was this translation helpful? Give feedback.
All reactions