summaryrefslogtreecommitdiff
path: root/docs/content/setup/manual-setup.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-11Bump version to 1.8.2David Mehren1-2/+2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-05-08Docs: Add mention to install devDependenciesPhilip Molares1-2/+2
Before `yarn build` can be succesfully run, we need to install the devDependencies. This is necessary, because `bin/setup` does not install the devDependencies… Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-05-06Bump version to 1.8.1David Mehren1-2/+2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-05-03Remove mention of .sequelizerc from docsDavid Mehren1-7/+3
Signed-off-by: David Mehren <git@herrmehren.de>
2021-05-03Bump version to 1.8.0David Mehren1-2/+2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-22Raise minimum required Node.js version to 12David Mehren1-1/+1
As Node 10 will be EOL at April 30th, we should stop supporting and/or promoting the usage of that version. See also https://endoflife.date/nodejs Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-22Docs: Revert changes to manual setupPhilip Molares1-3/+7
This reverts the documentation changes of bf0a7ebee72404eb7bce918f41162126bca24bf0. This is necessary as the omitted remarks about `.sequlizerc` can't be omitted until 1.8 is released. Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-04-16Docs: Fixup some wording in manual setup guideDavid Mehren1-4/+4
Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-16Docs: Include minimal config on manual setup pageDavid Mehren1-2/+16
To make it easier to get started, this commit adds a minimal `config.json` snipped to the manual setup instruction. Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-16Add an example systemd unit to installation docsDavid Mehren1-1/+69
Heavily inspired by the unit of Arch Linux: https://github.com/archlinux/svntogit-community/blob/packages/hedgedoc/trunk/hedgedoc.service Fixes https://github.com/hedgedoc/hedgedoc/issues/46 Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-15Docs: Improve manual installation guideDavid Mehren1-31/+45
- Move the requirements into an info block - Make clear that we use Yarn Classic - Link to our downloads page instead of GitHub - Simplify paragraph about configuring HedgeDoc - Move additional information into `<small>` tags - Match upgrade documentation to installation steps. Signed-off-by: David Mehren <git@herrmehren.de>
2021-03-06Remove .sequelizercDavid Mehren1-6/+2
After https://github.com/hedgedoc/hedgedoc/pull/969 was merged, a separate configuration file for the sequelize-cli is no longer required. Signed-off-by: David Mehren <git@herrmehren.de>
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>