Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7e94486

Browse files
authored
Merge branch 'master' into update-less-standards
2 parents 39e697e + df61801 commit 7e94486

File tree

315 files changed

+2175
-2371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+2175
-2371
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ jobs:
4747
VALIDATE_ALL_CODEBASE: false
4848
DEFAULT_BRANCH: master
4949
VALIDATE_HTML: false
50+
VALIDATE_JSCPD: false
5051
VALIDATE_OPENAPI: false
5152
MARKDOWN_CONFIG_FILE: .markdownlint.json

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,18 @@ defaults:
135135
github_link: false
136136
feedback_link: false
137137

138+
-
139+
scope:
140+
path: guides/v2.3/install-gde
141+
values:
142+
group: installation-guide-2_3
143+
144+
-
145+
scope:
146+
path: guides/v2.4/install-gde
147+
values:
148+
group: installation-guide
149+
138150

139151
##########################
140152
# Plugins and extensions #

src/_data/main-nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
children:
6060

6161
- label: Installation Guide
62-
url: /install-gde/bk-install-guide.html
62+
url: /install-gde/install-flow-diagram.html
6363

6464
- label: Magento Extensions Guide
6565
url: /extensions/

src/_data/toc/contributor-guide.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ pages:
4242
- label: Maintainers
4343
url: /contributor-guide/maintainers.html
4444
versionless: true
45+
children:
46+
- label: Maintainer's Handbook
47+
url: /contributor-guide/maintainer-handbook.html
48+
versionless: true
Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
label: Installation Guide
2+
pages:
3+
4+
- label: Installation flow
5+
url: /install-gde/install-flow-diagram.html
6+
7+
- label: Magento system requirements
8+
url: /install-gde/system-requirements.html
9+
10+
- label: Prerequisites
11+
url: /install-gde/prereq/prereq-overview.html
12+
children:
13+
14+
- label: Apache
15+
url: /install-gde/prereq/apache.html
16+
17+
- label: nginx
18+
url: /install-gde/prereq/nginx.html
19+
20+
- label: MySQL
21+
url: /install-gde/prereq/mysql.html
22+
23+
- label: PHP
24+
url: /install-gde/prereq/php-settings.html
25+
26+
- label: Get your authentication keys
27+
url: /install-gde/prereq/connect-auth.html
28+
29+
- label: Magento file system ownership and permissions
30+
children:
31+
32+
- label: Overview of ownership and permissions
33+
url: /install-gde/prereq/file-sys-perms-over.html
34+
35+
- label: Set pre-installation ownership and permissions
36+
url: /install-gde/prereq/file-system-perms.html
37+
38+
- label: RabbitMQ
39+
url: /install-gde/prereq/install-rabbitmq.html
40+
41+
- label: Set up a remote MySQL database connection
42+
url: /install-gde/prereq/mysql_remote.html
43+
44+
- label: SELinux and iptables
45+
url: /install-gde/prereq/security.html
46+
47+
- label: Optional software
48+
url: /install-gde/prereq/optional.html
49+
50+
- label: Get the Magento software
51+
url: /install-gde/bk-install-guide.html
52+
53+
- label: (Contributor) Clone the Magento repository
54+
url: /install-gde/prereq/dev_install.html
55+
children:
56+
57+
- label: Update installation dependencies
58+
url: /install-gde/install/prepare-install.html
59+
60+
- label: Quick start (recommended installation)
61+
url: /install-gde/composer.html
62+
63+
- label: Install options
64+
url: /install-gde/bk-install-guide.html
65+
66+
- label: Setup Wizard Install
67+
children:
68+
- label: Installation roadmap (reference)
69+
url: /install-gde/install-roadmap_web.html
70+
71+
- label: Install optional sample data modules
72+
url: /install-gde/install/web/install-web-sample-data.html
73+
children:
74+
75+
- label: Install using Composer
76+
url: /install-gde/install/web/install-web-sample-data-composer.html
77+
78+
- label: Install by cloning repositories
79+
url: /install-gde/install/web/install-web-sample-data-clone.html
80+
81+
- label: Setup Wizard installation
82+
url: /install-gde/install/web/install-web.html
83+
children:
84+
- label: Step 1. Readiness check
85+
url: /install-gde/install/web/install-web_1-readiness.html
86+
87+
- label: Step 2. Add a Database
88+
url: /install-gde/install/web/install-web_2-db.html
89+
90+
- label: Step 3. Web Configuration
91+
url: /install-gde/install/web/install-web_3-web-conf.html
92+
93+
- label: Step 4. Customize Your Store
94+
url: /install-gde/install/web/install-web_4-customize-store.html
95+
96+
- label: Step 5. Create Admin Account
97+
url: /install-gde/install/web/install-web_5-create-admin.html
98+
99+
- label: Step 6. Install
100+
url: /install-gde/install/web/install-web_6-install.html
101+
102+
- label: Post-installation
103+
url: /install-gde/continue-to-verify.html
104+
105+
- label: Command Line Installation
106+
url: /install-gde/install/cli/install-cli.html
107+
children:
108+
109+
- label: Get started with the command-line installation
110+
url: /install-gde/install/cli/install-cli-subcommands.html
111+
112+
- label: Install the Magento software
113+
url: /install-gde/install/cli/install-cli-install.html
114+
115+
- label: Contributing developers—update, reinstall Magento
116+
url: /install-gde/install/cli/dev_options.html
117+
children:
118+
119+
- label: Update the Magento application
120+
url: /install-gde/install/cli/dev_update-magento.html
121+
122+
- label: Add or update components
123+
url: /install-gde/install/cli/dev_add-update.html
124+
125+
- label: Change to a released version
126+
url: /install-gde/install/cli/dev_downgrade.html
127+
128+
- label: Reinstall the Magento software
129+
url: /install-gde/install/cli/dev_reinstall.html
130+
131+
- label: Post Installation
132+
url: /install-gde/continue-to-verify_cli.html
133+
children:
134+
- label: Verify the installation
135+
url: /install-gde/install/verify.html
136+
137+
- label: Configure the Magento application
138+
url: /install-gde/install/post-install-config.html
139+
140+
- label: Optionally set a umask
141+
url: /install-gde/install/post-install-umask.html
142+
143+
- label: Install optional sample data
144+
url: /install-gde/install/sample-data-after-magento.html
145+
children:
146+
147+
- label: Install using Composer
148+
url: /install-gde/install/sample-data-after-composer.html
149+
150+
- label: Install by cloning repositories
151+
url: /install-gde/install/sample-data-after-clone.html
152+
153+
- label: Tutorials
154+
children:
155+
156+
- label: Back up and roll back the file system, media, and database
157+
url: /install-gde/install/cli/install-cli-backup.html
158+
159+
- label: Configure consumer behavior
160+
url: /install-gde/install/cli/install-cli-subcommands-consumers.html
161+
162+
- label: Configure the lock provider
163+
url: /install-gde/install/cli/install-cli-subcommands-lock.html
164+
165+
- label: Configure the store
166+
url: /install-gde/install/cli/install-cli-subcommands-store.html
167+
168+
- label: Create, edit, or unlock a Magento administrator account
169+
url: /install-gde/install/cli/install-cli-subcommands-admin.html
170+
171+
- label: Create or update the deployment configuration
172+
url: /install-gde/install/cli/install-cli-subcommands-deployment.html
173+
174+
- label: Create the Magento database schema
175+
url: /install-gde/install/cli/install-cli-subcommands-db.html
176+
177+
- label: Display or change the Admin URI
178+
url: /install-gde/install/cli/install-cli-adminurl.html
179+
180+
- label: Enable or disable maintenance mode
181+
url: /install-gde/install/cli/install-cli-subcommands-maint.html
182+
183+
- label: Enable or disable modules
184+
url: /install-gde/install/cli/install-cli-subcommands-enable.html
185+
186+
- label: Modify docroot to improve security
187+
url: /install-gde/tutorials/change-docroot-to-pub.html
188+
189+
- label: Remove sample data modules or update sample data
190+
url: /install-gde/install/cli/install-cli-sample-data-other.html
191+
192+
- label: Uninstall language packages
193+
url: /install-gde/install/cli/install-cli-uninstall-langpk.html
194+
195+
- label: Uninstall modules
196+
url: /install-gde/install/cli/install-cli-uninstall-mods.html
197+
198+
- label: Uninstall or reinstall Magento
199+
url: /install-gde/install/cli/install-cli-uninstall.html
200+
201+
- label: Update the Magento database schema and data
202+
url: /install-gde/install/cli/install-cli-subcommands-db-upgr.html
203+
204+
- label: Uninstall themes Composer packages
205+
url: /install-gde/install/cli/install-cli-theme-uninstall.html
206+
207+
- label: Troubleshooting
208+
children:
209+
210+
- label: Access issues
211+
children:
212+
213+
- label: 503 (Service Unavailable) errors accessing Magento software in a web browser
214+
url: /install-gde/trouble/php/tshoot_mod_access_compat.html
215+
216+
- label: Cannot write to the var/generation directory
217+
url: /install-gde/trouble/tshoot_var-gen-perms.html
218+
219+
- label: Installation dependencies not met
220+
url: /install-gde/trouble/tshoot_install_depend.html

0 commit comments

Comments
 (0)