mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-26 11:34:20 +02:00
Updated how to stop the server running the app process
This commit is contained in:
@ -41,7 +41,7 @@ Otherwise, set up an appropriate Python interpreter by running the following com
|
|||||||
Run the following command to start the dashboard app:
|
Run the following command to start the dashboard app:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python data_flagging_app.py open
|
python data_flagging_app.py
|
||||||
```
|
```
|
||||||
|
|
||||||
This command will launch the data flagging app.
|
This command will launch the data flagging app.
|
||||||
@ -51,6 +51,6 @@ This command will launch the data flagging app.
|
|||||||
Run the following command to stop the dashboard app:
|
Run the following command to stop the dashboard app:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python data_flagging_app.py exit
|
CTRL + C
|
||||||
```
|
```
|
||||||
This command will terminate the server process running the app.
|
This command will terminate the server process running the app.
|
Reference in New Issue
Block a user