File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed
Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff 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
184184make 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
227228make 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
261263make 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
285287make build-backend
288+ make start-backend
286289```
287290
288291(manage-backend-checkout-a-plone-package-label)=
@@ -300,17 +303,11 @@ branch = master
300303extras = 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
You can’t perform that action at this time.
0 commit comments