diff options
Diffstat (limited to 'doc/getting-started/launch.md')
-rw-r--r-- | doc/getting-started/launch.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/getting-started/launch.md b/doc/getting-started/launch.md index 8cabcf6..6064348 100644 --- a/doc/getting-started/launch.md +++ b/doc/getting-started/launch.md @@ -11,10 +11,15 @@ will start and serve your library at ```sh jellything /etc/jellything.yaml +# Or JELLYTHING_CONFIG=/etc/jellything.yaml jellything ``` It is also advised to use jellything with a reverse proxy. Configure the network -interface with the environment variables `BIND_ADDR` and `PORT`. Stderr logging -can be configured with `LOG`. +interface with the environment variables `BIND_ADDR` and `PORT`. Logging to +stderr can be configured with the `LOG` variable and env_logger syntax. +## Initial import + +Next log in with the admin accound and visit `/admin/dashboard` to run an +initial import. |