Skip to content

Commit 323429e

Browse files
committed
Add info about how to stop
1 parent 2603852 commit 323429e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/admin-guide/run-plone.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ with `cookiecutter-plone-starter`:
3939
make start-backend
4040
```
4141

42+
For any of these commands, press {kbd}`ctrl-c` to stop the process.
43+
44+
4245
## Run Volto
4346

4447
If you are using the Volto frontend, you need to run the frontend in a separate process.
@@ -53,6 +56,9 @@ with `cookiecutter-plone-starter`:
5356
make start-frontend
5457
```
5558

59+
For any of these commands, press {kbd}`ctrl-c` to stop the process.
60+
61+
5662
## Start Plone as a background service
5763

5864
with Buildout:
@@ -91,3 +97,5 @@ with `cookiecutter-plone-starter`:
9197
: ```shell
9298
make -C backend debug
9399
```
100+
101+
For any of these commands, press {kbd}`ctrl-d` to stop the process.

0 commit comments

Comments
 (0)