You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ Create and activate the conda environment:
29
29
30
30
Run the app via streamlit command in the terminal. *local* and *online* mode can be toggled in the settings.json. Learn more about *local* and *online* mode in the documentation page 📖 **OpenMS Template App**.
31
31
32
-
`streamlit run app.py`
32
+
1. Open a new terminal and run `redis-server`
33
+
2. On another terminal run `rq worker --with-scheduler -q mzml_workflow_run`
34
+
3. Finally start the application `streamlit run app.py`
0 commit comments