Commit Graph

22 Commits

Author SHA1 Message Date
Quinn Casey dad9de3be3 Merge pull request #161 from stumpylog/multistep-build
Refactor: Do the npm compile as a Build step in docker (Multistep build)
2022-02-28 06:09:17 -08:00
Quinn Casey cbe4e698c5 Fix typo in extending.rst
```
unknown shorthand flag: 'r' in -restart
See 'docker run --help'.
```

I think this should be `--restart`
2022-02-27 17:02:00 -08:00
Trenton Holmes 6852127c33 Adds missing step to run npm install 2022-02-25 14:23:40 -08:00
Toxix 9f895fe65f Doc Update docs for frontend-compile
As frontend compile step is done now inside docker container, we do not
need to do it before. This is updating the documentation so it reflects
the code changes made.
2022-02-25 14:23:40 -08:00
Filip Kraus 1b7f1614b5 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
Marcin Gordziejewski 895781c5a3 Add a note in extending.rst on python version requirements and pyenv suggestion 2022-02-16 00:13:23 +01:00
Michael Lynch 372ac3a40c 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
jonaswinkler ddb96829ca fix typo 2021-03-06 12:08:52 +01:00
jonaswinkler ee4a5d53ad instructions on building the docker image 2021-03-06 11:47:11 +01:00
jonaswinkler cb4f822a19 documentation changes 2021-02-26 15:29:33 +01:00
Sebastian König 5cb95b6e55 Minor changes 2021-02-26 12:50:12 +01:00
Sebastian König fd2cbc13ff Added First-Time Step-by-Step procedure and CopyPaste lists of depeendencies to the docs 2021-02-26 09:49:36 +01:00
Christopher Nethercott 9434851c54 Fixed typo of scripts 2021-02-25 14:16:22 +00:00
jonaswinkler ee7308be2d documentation on how to build the documentation 2021-02-21 13:43:54 +01:00
jonaswinkler f5be2ac4bb a couple changes to the documentation 2021-01-14 02:09:06 +01:00
jonaswinkler 278f6da16a documentation. 2020-12-06 14:41:14 +01:00
jonaswinkler 023aeea7ea test cases for #67 2020-11-29 15:47:56 +01:00
jonaswinkler 5160ff9793 we now have some documentation on how to start development. 2020-11-29 13:08:00 +01:00
Jonas Winkler a3aa9ca2dc more docs 2020-11-13 21:06:05 +01:00
jenspfeifle 362570ca0d update links to reflect move to the-paperless-project 2019-03-05 21:54:59 +01:00
Daniel Quinn c85b6b425d Fix docs to better reflect reality of extensions 2018-02-04 13:33:08 +00:00
Daniel Quinn 5009bd022f Add section for extending 2018-02-03 15:31:20 +00:00