We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2603852 commit 323429eCopy full SHA for 323429e
docs/admin-guide/run-plone.md
@@ -39,6 +39,9 @@ with `cookiecutter-plone-starter`:
39
make start-backend
40
```
41
42
+For any of these commands, press {kbd}`ctrl-c` to stop the process.
43
+
44
45
## Run Volto
46
47
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`:
53
56
make start-frontend
54
57
55
58
59
60
61
62
## Start Plone as a background service
63
64
with Buildout:
@@ -91,3 +97,5 @@ with `cookiecutter-plone-starter`:
91
97
: ```shell
92
98
make -C backend debug
93
99
100
101
+For any of these commands, press {kbd}`ctrl-d` to stop the process.
0 commit comments