From e75eb60d2b2d62931ff3e3d44a8f75f204e86849 Mon Sep 17 00:00:00 2001 From: alserene <118706797+alserene@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:15:27 +1000 Subject: [PATCH] Update usage.rst. --- docs/usage.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 50768c82..5199877f 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -21,15 +21,16 @@ load data from a pre-specified directory on the host running the dashboard:: $ scheduler_dashboard --data_dir /where/the/snapshot/pickles/are -In either case, the app will then give you the URL at which you can find the app. - Finally, if the dashboard is running at the USDF or another LFA facility, data can be loaded from an S3 bucket that is already preset in the dashboard. The dashboard will retrieve a list of snapshots for a selected night. To start the dashbaord in LFA mode:: + $ scheduler_dashboard --lfa +In each case, the app will then give you the URL at which you can find the app. + Running ``prenight`` --------------------