mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Merge pull request #750 from hedgedoc/docs/fix-link-configuration
[Documentation] Fix link in manual setup
This commit is contained in:
commit
ea52746104
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
2. Download a [release](https://github.com/hedgedoc/hedgedoc/releases) tarball and extract it.
|
||||
Alternatively, you can use Git to clone the repository and checkout a release, e.g. with `git clone -b 1.7.2 https://github.com/hedgedoc/hedgedoc.git`.
|
||||
3. Enter the directory and type `bin/setup`, which will install the dependencies and create configs.
|
||||
4. Modify the file named `config.json` or configure HedgeDoc through environment variables which will overwrite the configs, see docs [here](https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md).
|
||||
4. Modify the file named `config.json` or configure HedgeDoc through environment variables which will overwrite the configs, see docs [here](../configuration.md).
|
||||
5. **If using the release tarball for 1.7.0 or newer, this step can be skipped.**
|
||||
Build the frontend bundle by `yarn run build` (use `yarn run dev` if you are in development)
|
||||
6. Modify the file named `.sequelizerc`, change the value of the variable `url` to your db connection string. For example:
|
||||
|
|
Loading…
Reference in a new issue