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

Commit 74c3764

Browse files
hguthriemeker12
andauthored
MCLOUD-3180 update the Configuration management topic (#7147)
* MCLOUD-3180 update the Configuration management topic fixed broken links due to extensive updates * Update sens-data-over.md * additional tidbits Co-authored-by: Margaret Eker <[email protected]>
1 parent e9ca866 commit 74c3764

File tree

5 files changed

+92
-150
lines changed

5 files changed

+92
-150
lines changed

src/cloud/cdn/trouble-fastly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Based on the status returned, use the following instructions to update the Fastl
270270
271271
- `Module is disabled`—If the Fastly module is disabled, update the environment configuration on an Integration branch in your local environment to enable it. Then, push the changes to Staging and Production. See [Manage extensions]({{ site.baseurl }}/cloud/howtos/install-components.html).
272272
273-
If you use [Configuration Management]({{site.baseurl}}/cloud/live/sens-data-over.html#cloud-config-specific-recomm), check the Fastly CDN module status in the `app/etc/config.php` configuration file before you push changes to the Production or Staging environment.
273+
If you use [Configuration Management]({{site.baseurl}}/cloud/live/sens-data-over.html), check the Fastly CDN module status in the `app/etc/config.php` configuration file before you push changes to the Production or Staging environment.
274274
275275
If the module is not enabled (`Fastly_CDN => 0`) in the `config.php` file, delete the file and run the following command to update `config.php` with the latest configuration settings.
276276

src/cloud/live/sens-data-initial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ functional_areas:
88

99
Configuration management exports your configurations to a file for pushing across your environments. This file, `config.php`, keeps your configurations consistent across all environments, decreases downtime by moving static deploy to build, and much more. This information details an example for configuring your settings, exporting the file, and deploying it.
1010

11-
This example shows how to use the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-config-specific-recomm) for managing the configuration:
11+
This example shows how to use the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html) for managing the configuration:
1212

1313
1. Enter your configurations in your Integration environment Admin panel.
1414
1. Create `config.php` and transfer it to your local system.
@@ -45,7 +45,7 @@ To complete these configuration management tasks, you need the following:
4545

4646
## Configure Magento through the Integration Admin panel {#configure}
4747

48-
Log into the Magento Admin panel in Integration to modify configurations. For a list of settings, see [List of system-specific configuration settings]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-clp-settings) for details.
48+
In the Integration environment, you can log in to the Magento Admin panel to modify system configuration settings for stores, websites, modules or extensions, static file optimization, and system values related to static content deployment. See [Configuration data]({{ site.baseurl }}/cloud/live/sens-data-over.html#configuration-data).
4949

5050
To change locale and static file optimization settings:
5151

@@ -75,7 +75,7 @@ To change locale and static file optimization settings:
7575

7676
This step creates and transfers the `config.php` configuration file on the Integration environment using a command you run on your local machine.
7777

78-
This procedure corresponds to step 2 in the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-config-specific-recomm). After you create `config.php`, transfer it to your local system so you can add it to Git.
78+
This procedure corresponds to step 2 in the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html). After you create `config.php`, transfer it to your local system so you can add it to Git.
7979

8080
To create and transfer `config.php`:
8181

@@ -136,7 +136,7 @@ The following snippet from `config.php` shows an example of changing the default
136136

137137
## Push and deploy config.php to environments {#deploy}
138138

139-
Now that you've created `config.php` and transferred it to your local system, commit it to Git and push it to your environments. This procedure corresponds to step 3 and 4 in the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-config-specific-recomm).
139+
Now that you've created `config.php` and transferred it to your local system, commit it to Git and push it to your environments. This procedure corresponds to step 3 and 4 in the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html).
140140

141141
The following command adds, commits, and pushes to master:
142142

@@ -178,7 +178,7 @@ If you need to modify any of these settings and update `config.php`, you will ne
178178

179179
To add new configurations, modify your Integration environment and run the command again to generate the file. Any new configurations are appended to the code in the file. Push it to Git following the previous steps.
180180

181-
For an overview, see the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-config-specific-recomm).
181+
For an overview, see the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html).
182182

183183
For this example, we'll modify static file optimization settings and add a new setting for JavaScript.
184184

0 commit comments

Comments
 (0)