Skip to content

Commit 8a46eab

Browse files
committed
Update manage-add-ons-packages.md: apply changes, rebuild and restart backend
1 parent 9c0fa43 commit 8a46eab

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

docs/install/manage-add-ons-packages.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,11 @@ default_context:
178178
package_includes: ['collective.easyform']
179179
```
180180
181-
Apply your changes:
181+
Apply your changes and restart backend:
182182
183183
```shell
184184
make build-backend
185+
make start-backend
185186
```
186187

187188

@@ -221,10 +222,11 @@ default_context:
221222
package_includes: ['collective.easyform']
222223
```
223224
224-
Apply your changes:
225+
Apply your changes and restart backend:
225226
226227
```shell
227228
make build-backend
229+
make start-backend
228230
```
229231

230232

@@ -255,14 +257,14 @@ default_context:
255257
package_includes: ['collective.bookmarks']
256258
```
257259
258-
Apply your changes:
260+
Apply your changes and restart backend:
259261
260262
```shell
261263
make build-backend
264+
make start-backend
262265
```
263266

264267

265-
266268
(manage-backend-pin-the-version-of-a-plone-package-against-constraints-label)=
267269

268270
### Pin the version of a Plone package against constraints
@@ -279,10 +281,11 @@ version-overrides =
279281
plone.api>=2.0.0a3
280282
```
281283

282-
Apply your changes:
284+
Apply your changes and restart backend:
283285

284286
```shell
285287
make build-backend
288+
make start-backend
286289
```
287290

288291
(manage-backend-checkout-a-plone-package-label)=
@@ -300,17 +303,11 @@ branch = master
300303
extras = test
301304
```
302305

303-
Apply the changes and install the package with the modified version with the following.
304-
305-
```shell
306-
mxdev -c mx.ini
307-
pip install -r requirements-mxdev.txt
308-
```
309-
310-
Restart Zope with the following command.
306+
Apply your changes and restart backend:
311307

312308
```shell
313-
runwsgi instance/etc/zope.ini
309+
make build-backend
310+
make start-backend
314311
```
315312

316313

0 commit comments

Comments
 (0)