Skip to content

Commit 1ba4b9b

Browse files
authored
Merge pull request plone#1248 from plone/install_structure
Add new structure for overview, install and deployment
2 parents 1819cb7 + 824fab3 commit 1ba4b9b

File tree

11 files changed

+486
-216
lines changed

11 files changed

+486
-216
lines changed

docs/deployment/backup.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
html_meta:
3+
"description": "Backup and restore of Plone 6"
4+
"property=og:description": "Backup and restore of Plone 6"
5+
"property=og:title": "Backup and restore of Plone 6"
6+
"keywords": "Plone, Backup, Restore"
7+
---
8+
9+
(deployment-backup-restore-label)=
10+
11+
# Backup and Restore

docs/deployment/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
html_meta:
3+
"description": "Deployment of Plone"
4+
"property=og:description": "Deployment of Plone"
5+
"property=og:title": "Deployment of Plone"
6+
"keywords": "Plone, deployment, automation"
7+
---
8+
9+
(deployment-label)=
10+
11+
# Deployment of Plone
12+
13+
```{todo}
14+
Intro to chapter "deployment"
15+
```
16+
17+
```{toctree}
18+
:maxdepth: 2
19+
:hidden: true
20+
21+
provision
22+
scaling
23+
upgrade
24+
backup
25+
```

docs/deployment/provision.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
html_meta:
3+
"description": "Provisioning of Plone 6"
4+
"property=og:description": "Provisioning of Plone 6"
5+
"property=og:title": "Provisioning of Plone 6"
6+
"keywords": "Plone, Provision"
7+
---
8+
9+
(deployment-provisioning-label)=
10+
11+
# Provisioning
12+
13+
14+
(deployment-provisioning-ansible-label)=
15+
16+
## Ansible
17+
18+
19+
(deployment-provisioning-containers-label)=
20+
21+
## Containers
22+

docs/deployment/scaling.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
html_meta:
3+
"description": "Scaling Plone 6"
4+
"property=og:description": "Scaling Plone 6"
5+
"property=og:title": "Scaling Plone 6"
6+
"keywords": "Plone, scaling, high availability"
7+
---
8+
9+
(deployment-scaling-label)=
10+
11+
# Scaling
12+
13+
14+
(deployment-scaling-traffic-label)=
15+
16+
## Traffic
17+
18+
19+
(deployment-scaling-high-availability-label)=
20+
21+
## High availability
22+
23+
24+
(deployment-scaling-caching-label)=
25+
26+
## Caching
27+

docs/deployment/upgrade.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
html_meta:
3+
"description": "Plone 6 upgrade Guide"
4+
"property=og:description": "Plone 6 upgrade guide"
5+
"property=og:title": "Plone 6 upgrade guide"
6+
"keywords": "Plone, upgrade"
7+
---
8+
9+
(deployment-upgrade-guide-label)=
10+
11+
# Plone 6 upgrade guide
12+
13+
14+
(deployment-upgrade-guide-from-5.x-label)=
15+
16+
## From 5.x
17+
18+
19+
(deployment-upgrade-guide-from-6.x-label)=
20+
21+
## From 6.x
22+

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ This website is the HTML documentation of Plone, an open source, enterprise-leve
1616
:maxdepth: 2
1717
:hidden: true
1818
19+
overview/index
1920
install/index
21+
deployment/index
2022
volto/index
2123
plone.restapi/docs/source/index
2224
backend/index

docs/install/containers/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ html_meta:
66
"keywords": "Plone 6, install, installation, Docker, containers"
77
---
88

9+
(install-containers-label)=
10+
911
# Containers
1012

1113
Using containers is the easiest way to try out and deploy Plone 6.
@@ -28,6 +30,16 @@ examples/index
2830
Although there are many container engine tools for developing, managing, and running containers, we will use {term}`Docker` in this documentation.
2931
```
3032

33+
34+
(install-containers-index-system-requirements-label)=
35+
36+
### System Requirements
37+
38+
```{todo}
39+
Add System Requirements
40+
```
41+
42+
3143
### Install Docker
3244

3345
Install [Docker](https://docs.docker.com/get-docker/) for your operating system.

0 commit comments

Comments
 (0)