You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/manage-add-ons-packages.md
+35-27Lines changed: 35 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,33 +28,6 @@ It generates files for installing and configuring both the frontend and backend.
28
28
For the backend, it uses [`cookiecutter-zope-instance`](https://github.com/plone/cookiecutter-zope-instance) to generate configuration files for a Zope WSGI instance.
29
29
30
30
31
-
(manage-backend-installation-details-label)=
32
-
33
-
## Backend installation details
34
-
35
-
Inside your project, open `backend/Makefile`.
36
-
The `make` target `instance/etc/zope.ini` performs several tasks.
37
-
38
-
```makefile
39
-
bin/pip:
40
-
@echo "$(GREEN)==> Setup Virtual Env$(RESET)"
41
-
python3 -m venv .
42
-
bin/pip install -U "pip""wheel""cookiecutter"
43
-
44
-
instance/etc/zope.ini: bin/pip
45
-
@echo "$(GREEN)==> Install Plone and create instance$(RESET)"
0 commit comments