summaryrefslogtreecommitdiff
path: root/docs/content/setup/manual-setup.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Add mention to install devDependenciesPhilip Molares2021-05-081-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>
* Bump version to 1.8.1David Mehren2021-05-061-2/+2
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Remove mention of .sequelizerc from docsDavid Mehren2021-05-031-7/+3
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Bump version to 1.8.0David Mehren2021-05-031-2/+2
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Raise minimum required Node.js version to 12David Mehren2021-04-221-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>
* Docs: Revert changes to manual setupPhilip Molares2021-04-221-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>
* Docs: Fixup some wording in manual setup guideDavid Mehren2021-04-161-4/+4
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Docs: Include minimal config on manual setup pageDavid Mehren2021-04-161-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>
* Add an example systemd unit to installation docsDavid Mehren2021-04-161-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>
* Docs: Improve manual installation guideDavid Mehren2021-04-151-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>
* Remove .sequelizercDavid Mehren2021-03-061-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>
* [Documentation] Fix link in manual setupTilman Vatteroth2021-01-211-1/+1
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Bump version to 1.7.2David Mehren2021-01-151-1/+1
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Move docs into subdirectory to make mkdocs work in a subdirectoryTilman Vatteroth2021-01-051-0/+45
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>