summaryrefslogtreecommitdiff
path: root/docs/setup/manual-setup.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct repo nameTilman Vatteroth2020-11-141-1/+1
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Fixed inconsistencies in documentationYannick Bungers2020-11-121-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>
* style: linting markdown filesoupala2020-07-101-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>
* fix: outdated internal links in documentationoupala2020-06-201-7/+6
| | | | Signed-off-by: oupala <oupala@users.noreply.github.com>
* [DOC] Use `npm start`, not `yarn start` to startEnrico Guiraud2019-12-201-2/+2
| | | | | | | `yarn start --production` ignores the `--production` flag, `npm start --production` does not. Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
* [DOC] Misc improvements to manual setup instructionsEnrico Guiraud2019-12-201-5/+10
| | | | Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
* Replaces `npm` with `yarn` commands in docs.Jonas Zohren2019-10-251-4/+4
| | | | Signed-off-by: Jonas Zohren <jonas.zohren@tu-dortmund.de>
* drop node 6 supportClaudius2019-05-131-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>
* asyncified setting and verifying the passwordClaudius2019-05-131-1/+0
| | | | Signed-off-by: Claudius <opensource@amenthes.de>
* fixing manual upgrade instructions and completing requirementsClaudius2019-04-151-18/+19
| | | | Signed-off-by: Claudius <opensource@amenthes.de>
* striving for consistency across various docsClaudius2019-04-011-1/+3
| | | | Signed-off-by: Claudius <opensource@amenthes.de>
* splitting README.md into files in /docs for better readabilityClaudius2019-04-011-0/+37
Signed-off-by: Claudius <opensource@amenthes.de>