138 Commits

Author SHA1 Message Date
Quinn Casey
a47f24e1c2 Merge pull request #18 from benjaminfrank/systemd-socket-port-80
Enable non-root port 80 via systemd
2022-02-28 11:17:50 -08:00
Toxix
4467ef054d Refector: Do the npm compile as a Build step
This removes the requirement of npm on the host system and removes an
additional manual step during the building of the docker image.

Updated the documentation accordingly and fixed a typo.
2022-02-25 14:23:40 -08:00
Johann Bauer
6cd3bf0cea Drop support for Python 3.7 (#142) 2022-02-24 15:07:30 +01:00
Sven Lankes
bc75b9f728 chore: remove ansible playbooks and documentation 2022-02-21 20:15:12 +01:00
Filip Kraus
8f384f9ac9 Update name in docs (#80)
* Update name in docs

Will document on #52 what's left do do.

* Update usage_overview.rst
2022-02-18 09:42:55 +01:00
kpj
14724b395f Merge branch 'fix-install_script' of https://github.com/kpj/paperless-ngx into kpj-fix-install_script 2022-02-17 15:53:22 +01:00
Kim
575274a6e1 Use command substitution instead of piping in easy-install docs 2022-02-17 09:18:01 +01:00
kpj
5d7eeadee8 Update installation url in setup docs to new repo 2022-02-17 00:46:03 +01:00
Quinn Casey
a51a1eff76 Revert "Update setup.rst" 2022-02-16 09:07:54 -08:00
Quinn Casey
b090beabbd Merge pull request #46 from a-waider/patch-1
Update setup.rst
2022-02-16 08:36:32 -08:00
Ingo Sigmund
265cfcaf0b Merge pull request #33 from sAksham-Ar/master 2022-02-15 20:14:03 +01:00
Andreas
6d5fe8d226 Update setup.rst
In my installation environment the setup didn't work. I think running `docker exec` instead of `docker-compose run` is more error free. Or is there any specific reason why `docker-compose run` is used?
2022-01-31 10:09:57 +01:00
Saksham Arya
c57a002818 fixed setup command 2021-11-01 00:08:36 +05:30
Denilson Sá Maia
0180e1cc49 Fixing broken link to docker CLI basics
The old post is still archived: https://web.archive.org/web/20210218064256/https://sehn.tech/post/devops-with-docker/

The content seems to have moved to a new URL: https://www.sehn.tech/refs/devops-with-docker/
2021-10-11 01:34:18 +02:00
Pádraig Kitterick
d64f1432bd Updated docker instructions re webserver port
Clarified exactly what to change to modify the default webserver port (issue #1273)
2021-08-31 14:36:55 +01:00
benjaminfrank
51712ab748 formatting 2021-06-16 23:04:39 +02:00
benjaminfrank
19b8806d13 add section 2021-06-16 23:03:28 +02:00
benjaminfrank
d7272d1bae remove whitespaces 2021-06-16 23:02:49 +02:00
benjaminfrank
4496a1ef3a documentation
I have no clue why it looks funny though
2021-06-16 22:56:51 +02:00
Michael Lynch
96738277d9 Normalize whitespace in source files
Ensure that no source files have trailing whitespace at end of lines and ensure that all files end with a single trailing newline.

This also adds Github Actions to enforce whitespace conventions.
2021-06-13 10:57:40 -04:00
Matthias J. Wünsch
4f85a6023c Update setup.rst 2021-06-09 16:46:53 +02:00
Michael Lynch
d1070b3d82 Simplify installation command
The installation for docker is currently three separate commands, but it can be a single command if the user simply pipes to the sh interpreter directly. I know there are some who object to piping to sh from a URL, but the current method has no security benefit over piping directly to sh.
2021-06-06 18:02:23 -04:00
steviehs
18120fcff6 Update setup.rst
Added hint to upgrade pip first.
2021-05-17 09:07:31 +02:00
Jonas Winkler
176a22af41 Merge pull request #992 from muued/patch-2
Mention lacking support for ARM in ansible setup
2021-05-06 20:58:59 +02:00
Fabian Ohler
e5573c82b9 Mention lacking support for ARM in ansible setup
Since the jbig2enc dependency is pulled from a repository that only provides i386 and amd64 packages, the installation will fail on arm hosts.
2021-05-06 14:15:12 +02:00
Fabian Ohler
61a70a2284 Update setup.rst
use ansible-galaxy to fetch the ansible scripts to have a role called paperless-ng instead of ansible
2021-05-06 14:08:49 +02:00
Sebastian König
d337d2e690 Added First-Time Step-by-Step procedure and CopyPaste lists of depeendencies to the docs 2021-02-26 09:49:36 +01:00
jonaswinkler
dab0d94776 documentation 2021-02-21 13:35:47 +01:00
jonaswinkler
bcad9c2ce4 update dependencies 2021-02-21 00:24:33 +01:00
jonaswinkler
a20bfeecd4 PAPERLESS_WEBSERVER_WORKERS option 2021-02-15 16:27:35 +01:00
jonaswinkler
97811c5830 update bare metal instructions 2021-02-06 14:54:00 +01:00
jonaswinkler
4393b3c685 documentation 2021-02-03 17:07:37 +01:00
jonaswinkler
9cd07445eb Merge branch 'master' into dev 2021-02-03 15:24:38 +01:00
Fabian Koller
7d2666148e Apply consistent name structure to vars 2021-02-03 08:06:34 +01:00
jonaswinkler
9cce5c6de5 update the easy install script and documentation 2021-02-02 19:54:56 +01:00
Jonas Winkler
66b18266b8 add pull to docker setup 2021-02-01 21:45:45 +01:00
Jonas Winkler
34462d9deb adjustments to setup 2021-02-01 21:43:50 +01:00
jonaswinkler
43d60f4bbe Merge branch 'feature-websockets-status' into dev 2021-01-31 14:37:15 +01:00
jonaswinkler
494ee181d1 moved gunicorn.conf.py to a more appropriate place and reference that in the configuration scripts. 2021-01-31 13:52:21 +01:00
jonaswinkler
fce76d0671 Merge branch 'dev' into feature-websockets-status 2021-01-30 16:08:50 +01:00
jonaswinkler
368a5f8047 documentation 2021-01-27 20:45:14 +01:00
jonaswinkler
cbd2992b1b clarification for some steps in the migration guide 2021-01-27 12:05:30 +01:00
jonaswinkler
88a7d87b9f removed all occurences of pipenv from the documentation 2021-01-26 20:48:32 +01:00
jonaswinkler
b0e74bb7c0 documentation #444 2021-01-26 19:32:22 +01:00
Reto
63f36cffb3 fix my ignorance of idempotent 2021-01-24 20:00:09 +01:00
Reto
bb4321f84e minor changes, like numbering 2021-01-23 13:14:31 +01:00
Reto
d730b81fb6 tried to fill the gaps and change wording where it felt necessary for better understanding 2021-01-23 12:55:50 +01:00
Fabian Koller
1a738a6c5c Update setup docs with ansible instructions 2021-01-15 10:10:36 +01:00
jonaswinkler
244775c264 update docker compose files and documentation #339 2021-01-14 12:59:39 +01:00
jonaswinkler
08035a2fc4 a couple changes to the documentation 2021-01-14 02:09:06 +01:00