Skip to content

Commit 52c5f80

Browse files
committed
Commit WIP
1 parent ce80ef5 commit 52c5f80

File tree

3 files changed

+84
-95
lines changed

3 files changed

+84
-95
lines changed

docs/install/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Choose a version.
3232

3333
:::{grid-item-card} {octicon}`download;1.5em;sd-mr-1` Install
3434

35-
Developers may choose to install Plone from either [the official container images](containers/index) or [packages](installation-from-packages).
35+
Developers may choose to install Plone from either [the official container images](containers/index) or [packages](install-from-packages).
3636
+++
3737
Help me [choose an installation method](install-index-choose-installation-method-label).
3838
:::
@@ -44,7 +44,7 @@ Help me [choose an installation method](install-index-choose-installation-method
4444

4545
## Choose an installation method
4646

47-
Developers may choose to install Plone from either [the official container images](containers/index) or [packages](installation-from-packages).
47+
Developers may choose to install Plone from either [the official container images](containers/index) or [packages](install-from-packages).
4848

4949

5050
### Containers
@@ -79,9 +79,9 @@ It might be a challenge if you bump up against system requirements, or need to r
7979
This method takes longer than using containers.
8080

8181
:::{card}
82-
:link: installation-from-packages
82+
:link: install-from-packages
8383
:link-type: any
84-
{octicon}`package;1.5em;sd-mr-1` [Install Plone from its packages](installation-from-packages)
84+
{octicon}`package;1.5em;sd-mr-1` [Install Plone from its packages](install-from-packages)
8585
:::
8686

8787

@@ -100,6 +100,6 @@ System requirements depend upon your choice of installation method.
100100
:hidden: true
101101
102102
containers/index
103-
installation-from-packages
104-
installation-backend-from-packages-step-by-step
103+
install-from-packages
104+
install-backend-from-packages-step-by-step
105105
```

docs/install/installation-backend-from-packages-step-by-step.md renamed to docs/install/install-backend-from-packages-step-by-step.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ myst:
88
---
99

1010

11-
(installation-backend-from-packages-step-by-step-start-label)=
11+
(install-backend-from-packages-step-by-step-start-label)=
1212

13-
# Install Plone backend from its PackagesStep-by-step
13+
# Install Plone backend from its packagesstep-by-step
1414

1515
For system requirements and pre-requisites for the installation see {ref}`install-source-system-requirements-label`.
1616

17-
We install the Plone backend with `pip`, `cookiecutter-zope-instance`, `mxdev` and other developer tools.
17+
We install the Plone backend with `pip`, `cookiecutter-zope-instance`, `mxdev`, and other developer tools.
1818

1919
```{note}
2020
There will be one single cookiecutter template to install both backend and frontend from its packages.
@@ -25,7 +25,7 @@ You will learn the details of the installation included in the future overall co
2525
```
2626

2727

28-
(installation-backend-from-packages-installation-steps-label)=
28+
(install-backend-from-packages-installation-steps-label)=
2929

3030
## Installation steps
3131

@@ -85,11 +85,11 @@ pip install Plone -c https://dist.plone.org/release/{PLONE_BACKEND_VERSION}/cons
8585
```
8686
:::
8787

88-
(installation-backend-from-packages-step-by-step-mkwsgiinstance)=
88+
(install-backend-from-packages-step-by-step-mkwsgiinstance)=
8989

9090
Create a Zope instance with the given username and password in the current directory.
9191

92-
(install-source-mkwsgiinstance)=
92+
(install-packages-mkwsgiinstance)=
9393

9494
```shell
9595
mkwsgiinstance -u admin:admin -d .
@@ -122,7 +122,7 @@ For the configuration, you have two options:
122122
1. *manual* configuration by editing {file}`site.zcml` and {file}`zope.conf` (^[Configuring and Running Zope](https://zope.readthedocs.io/en/latest/operation.html))
123123
2. *generate* configuration by applying `cookiecutter-zope-instance`
124124

125-
(install-source-cookiecutter-zope-instance-label)=
125+
(install-packages-cookiecutter-zope-instance-label)=
126126

127127
### Generate Plone / Zope configuration with cookiecutter
128128

@@ -147,7 +147,7 @@ You could now run `cookiecutter` to create a Zope instance sceleton including co
147147
cookiecutter https://github.com/plone/cookiecutter-zope-instance
148148
```
149149

150-
(install-source-cookiecutter-zope-instance-presets-label)=
150+
(install-packages-cookiecutter-zope-instance-presets-label)=
151151

152152
Instead we prepare a configuration file {file}`instance.yaml` with the parameters we want to set.
153153
In this section we will learn how to configure our `Zope` / `Plone` installation via `instance.yaml`.
@@ -238,7 +238,7 @@ If you decided to go with the Plone Volto frontend, then section {ref}`install-s
238238
If you want to develop a Plone package, then the subsequent section is for you.
239239

240240

241-
(install-source-checkout-and-pin)=
241+
(install-packages-checkout-and-pin)=
242242

243243
### Checkout or version pinning of a Plone package
244244

0 commit comments

Comments
 (0)