jonaswinkler
bdaf6cd1d0
Merge branch 'dev'
2020-12-22 15:58:06 +01:00
jonaswinkler
dead41c11d
documentation
2020-12-22 14:43:16 +01:00
jonaswinkler
9b61596982
added a note to the documentation regarding character limits of PostgreSQL
2020-12-16 23:26:29 +01:00
jonaswinkler
b3d0ada06e
Merge remote-tracking branch 'origin/master' into dev
2020-12-05 14:54:28 +01:00
jonaswinkler
c88c34661e
docs
2020-12-05 14:00:02 +01:00
Johann Bauer
fd11417fa2
Add missing step to migration guide
2020-12-05 13:41:15 +01:00
jonaswinkler
d7600ba730
docs
2020-12-03 19:56:33 +01:00
jonaswinkler
bb2af347bc
documentation
2020-12-03 00:15:03 +01:00
jonaswinkler
0afc16c9d5
we now have some documentation on how to start development.
2020-11-29 13:08:00 +01:00
jonaswinkler
0676537ba8
removed the encryption logic.
2020-11-29 01:19:23 +01:00
jonaswinkler
984da65b7e
refrain from creating the index as part of the migrations, messes with the test cases.
2020-11-27 13:56:07 +01:00
Jonas Winkler
6ab1d01252
Added some notes about how to move back to paperless.
2020-11-23 21:42:01 +01:00
Jonas Winkler
1a30b8f36f
many changes to the documentation, mostly typos
2020-11-23 19:34:52 +01:00
Jonas Winkler
24e80f39c9
docs, screenshots
2020-11-23 13:10:28 +01:00
Jonas Winkler
c767df19e7
docs
2020-11-23 00:35:06 +01:00
Jonas Winkler
ae198f0767
new setting: PAPERLESS_OCR_PAGES
2020-11-22 12:54:08 +01:00
Jonas Winkler
2840e32fe5
updated docs
2020-11-21 20:29:30 +01:00
Jonas Winkler
cee010cc21
docs
2020-11-20 13:28:30 +01:00
Jonas Winkler
99c5ecd99a
moved the documentation of the config
...
to the actual docs.
2020-11-19 13:18:57 +01:00
Jonas Winkler
e0f78f9b93
more documentation.
2020-11-18 00:00:55 +01:00
Jonas Winkler
fdc605132d
more documentation
2020-11-14 14:16:57 +01:00
Jonas Winkler
75650b2478
more documentation.
2020-11-13 20:43:16 +01:00
Jonas Winkler
2a91b40d76
docs and readme
2020-11-13 19:27:22 +01:00
Jonas Winkler
f265635cf6
reworking the documentation.
2020-11-13 18:46:19 +01:00
Jonas Winkler
8a595772ac
removed some stuff
2020-10-25 20:52:39 +01:00
Frederick Robinson
91eee81953
Adjust docker version requirements in doc
...
The default config uses docker compose version 2.1
https://docs.docker.com/compose/compose-file/compose-versioning/#version-21
2020-06-02 00:20:58 -07:00
Fabian Winter
d786b3b7b6
Address comments
2019-11-03 20:14:17 +01:00
Fabian Winter
d740b6d5e7
Support SSL for web interface
...
Thanks to @MasterofJOKers, here is basic support for SSL:
You need to create your key and certificate and copy them to the `data`
directory, named `ssl.cert` and `ssl.key`.
Then, set `PAPERLESS_USE_SSL` in `docker-compose.env` to `true`.
Solves #576 .
2019-11-03 18:30:43 +01:00
Matthias Brandt
ec52cdc6e0
fix: Documentation rendering leads to wrong commands #569
2019-10-05 18:08:06 +02:00
Pit
d1cc5bb256
Merge pull request #543 from maur/master
...
lxc installation - small improvements
2019-09-08 19:13:03 +02:00
Florian Gabsteiger
7d3b6b701c
Adjust path in setup docs to python 3.6 as 3.4 is deprecated
2019-08-10 17:25:52 +02:00
Florian Gabsteiger
9291ec8b69
Add static file collection instruction to bare-metal setup guide as it is necessary for whitenoise static file serving
2019-07-25 00:55:20 +02:00
Piotr Cichosz
3ab0a6fd95
Merge branch 'master' into master
2019-05-27 00:28:22 +02:00
Piotr Cichosz
d64b30bef0
change urls to the-paperless-project repo
2019-05-27 00:18:37 +02:00
Piotr Cichosz
1645dd1d13
check if lxc-install executed as root
2019-05-27 00:04:57 +02:00
Piotr Cichosz
c64d997256
changed urls for my fork - for easier testing
...
changed sed separator as suggested in https://github.com/the-paperless-project/paperless/pull/500#discussion_r257806300
2019-05-25 19:02:34 +02:00
jenspfeifle
76f110cd74
update links to reflect move to the-paperless-project
2019-03-05 21:54:59 +01:00
bmsleight
66d0bd0914
scripts/lxc into docs/examples/lxc/ and assumption noted
2019-01-27 15:16:19 +00:00
Brendan M. Sleight
3f661092d7
Merge pull request #1 from danielquinn/master
...
rebase to upstream
2019-01-27 14:02:22 +00:00
Daniel Quinn
310bc62ef2
Move note about DEBUG up into 3.
2019-01-27 13:03:55 +00:00
Daniel Quinn
4577e03da2
Merge pull request #487 from bmsleight/issue486
...
Add note runserver PAPERLESS_DEBUG='true'
2019-01-27 13:00:37 +00:00
bmsleight
d2fc4e0768
Add note runserver PAPERLESS_DEBUG='true'
2019-01-26 13:15:45 +00:00
Brian Cribbs
5422e5855a
adding information about NFS mounts and inotify
2019-01-22 15:18:14 -05:00
bmsleight
a497dd0153
Adding lxc documentation
2019-01-20 21:19:43 +00:00
Joshua Taillon
678f405141
Update setup.rst
...
The provided `gunicorn` command did not work for me, failing with the following error:
```
ModuleNotFoundError: No module named '/home/paperless/paperless/src/paperless'
```
The solution was to provide only `paperless.wsgi` as the argument to `gunicorn`, and provide a flag for `--pythonpath`. After changing it to this, the server started up fine.
2018-11-16 09:20:08 -05:00
Dean Perry
3f1cb0567b
added missing ; to nginx config
2018-10-31 12:39:48 +00:00
Sharif Nassar
7831991ecd
Remove Vagrant docs
...
* Vagrant does not seem to have any libvirt boxes for Ubuntu any more.
* Vagrant 2 was released a year ago, but vagrant-libvirt only claims
to support up to Vagrant 1.8.
2018-10-13 11:31:53 -07:00
Daniel Quinn
24cd20dffc
Merge @ovv's documentation changes and tweak the grammar a bit
2018-07-08 22:14:17 +01:00
Daniel Quinn
00720b4c9f
Update docs for new encryption toggle
2018-06-17 17:08:24 +01:00
Ovv
4818cd11da
Installation documentation setup
...
Issue #329
2018-04-25 19:51:21 +02:00