summaryrefslogtreecommitdiff
path: root/docs/content/setup/manual-setup.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-21[Documentation] Fix link in manual setupTilman Vatteroth1-1/+1
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-01-15Bump version to 1.7.2David Mehren1-1/+1
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-05Move docs into subdirectory to make mkdocs work in a subdirectoryTilman Vatteroth1-0/+0
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-11-27Document that Git can also be used to checkout releases.David Mehren1-1/+2
Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-27Mention that the database connection string needs an absolute path to the ↵David Mehren1-1/+1
SQLite file Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-27Update manual install docs for 1.7David Mehren1-22/+12
Starting with 1.7, releases include the frontend bundle. This commit updates the docs accordingly. Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-14Correct repo nameTilman Vatteroth1-1/+1
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-11-12Fixed inconsistencies in documentationYannick Bungers1-12/+14
- Updated Node.js requirement - Added warning for older Mysql and MariaDB versions - changed npm commands to yarn commands - changed occurrences of CodiMD to HedgeDoc for easier merging Signed-off-by: Yannick Bungers <git@innay.de>
2020-07-10style: linting markdown filesoupala1-4/+13
Linting markdown files according to default remark-lint configuration. Files inside the `public` directory were not linted. Signed-off-by: oupala <oupala@users.noreply.github.com>
2020-06-20fix: outdated internal links in documentationoupala1-7/+6
Signed-off-by: oupala <oupala@users.noreply.github.com>
2019-12-20[DOC] Use `npm start`, not `yarn start` to startEnrico Guiraud1-2/+2
`yarn start --production` ignores the `--production` flag, `npm start --production` does not. Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
2019-12-20[DOC] Misc improvements to manual setup instructionsEnrico Guiraud1-5/+10
Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
2019-10-25Replaces `npm` with `yarn` commands in docs.Jonas Zohren1-4/+4
Signed-off-by: Jonas Zohren <jonas.zohren@tu-dortmund.de>
2019-05-13drop node 6 supportClaudius1-1/+1
We will no longer test on node6 and instead focus on 8+. This won't break node6 immediately, but we will no longer go out of our way supporting a version that does not receive security updates. Signed-off-by: Claudius <opensource@amenthes.de>
2019-05-13asyncified setting and verifying the passwordClaudius1-1/+0
Signed-off-by: Claudius <opensource@amenthes.de>
2019-04-15fixing manual upgrade instructions and completing requirementsClaudius1-18/+19
Signed-off-by: Claudius <opensource@amenthes.de>
2019-04-01striving for consistency across various docsClaudius1-1/+3
Signed-off-by: Claudius <opensource@amenthes.de>
2019-04-01splitting README.md into files in /docs for better readabilityClaudius1-0/+37
Signed-off-by: Claudius <opensource@amenthes.de>