Skip to content

Commit a5627fb

Browse files
committed
update docs for steps to run
1 parent 141acfe commit a5627fb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Create and activate the conda environment:
2929

3030
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**.
3131

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`
3335

3436
## Docker
3537

0 commit comments

Comments
 (0)