mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-15 03:03:33 +00:00
fix(docs): deployment url for manual setup
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
8047a91cff
commit
8c15e961b2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
```
|
||||
This way it's easier to see warnings or errors that might occur.
|
||||
<small>You can leave out `NODE_ENV=production` for development.</small>
|
||||
7. If you use the example config, HedgeDoc should now be available at [http://127.0.0.1:3000](http://127.0.0.1:3000).
|
||||
7. If you use the example config, HedgeDoc should now be available at [http://localhost:3000](http://localhost:3000).
|
||||
8. Run the server as you like (node, forever, pm2, systemd, Init-Scripts).
|
||||
See [below](#systemd-unit-example) for an example using systemd.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue