Skip to content

Commit 86c744b

Browse files
committed
Initial commit
0 parents  commit 86c744b

11 files changed

+129
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/

1. Commerce Cloud Fundamentals.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Commerce Cloud Fundamentals
2+
3+
#### 1.1 Describe the features and functions of Magento Commerce Cloud
4+
5+
###### What is Magento Cloud
6+
###### Cloud platform overview and features
7+
8+
> Magento Commerce Cloud is a managed, automated hosting platform for the Magento Commerce software. Magento Commerce Cloud comes with a variety of additional features that sets it apart from the on-premise Magento Commerce and Magento Open Source platforms:
9+
> ![Cloud Benefits](https://devdocs.magento.com/common/images/cloud/CloudBenefits.svg)
10+
> Magento Commerce Cloud provides a pre-provisioned infrastructure that includes PHP, MySQL, Redis, RabbitMQ, and Elasticsearch technologies; a git-based workflow with automatic build and deploy for efficient Rapid development and Continuous deployment every time you push code changes in a Platform as a Service (PaaS) environment; highly Customizable environment configuration files and tools; and AWS hosting that offers a Scalable and Secure environment for online sales and retailing.
11+
(https://devdocs.magento.com/guides/v2.3/cloud/bk-cloud.html)
12+
13+
14+
#### 1.2 Determine how to locate settings with Cloud Admin UI
15+
16+
###### Locate project settings, user management, and project variables pages
17+
###### Locate environments, access links, and logs
18+
###### Locate environment settings
19+
20+
#### 1.3 Demonstrate the ability to manage users
21+
22+
###### Add SSH key
23+
###### Add users to a project and manage their roles
24+
25+
#### 1.4 Determine the difference between Magento Cloud plans
26+
27+
###### Starter plan vs. Pro differences
28+
29+
#### 1.5 Determine how different environment types operate
30+
31+
##### Determine differences in environment types: Integration, staging, production

2. Local Environment.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Local Environment
2+
3+
#### 2.1 Demonstrate ability to set up local development
4+
5+
#### 2.2 Given a scenario, demonstrate ability to use the Magento-cloud CLI tool

3. Cloud Configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Cloud Configuration
2+
3+
#### 3.1 Determine how to configure Cloud
4+
5+
#### 3.2 Determine how to configure a planned service
6+
7+
#### 3.3 Demonstrate ability to add to your environment

4. Service Configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Service Configuration
2+
3+
#### 4.1 Demonstrate ability to create service configurations
4+
5+
#### 4.2 Demonstrate ability to create service configurations
6+
7+
#### 3.3 Demonstrate ability to add to your environment

5. Deployment Process.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Deployment Process
2+
3+
#### 5.1 Determine the processes during deployment
4+
5+
#### 5.2 Demonstrate the ability to create Magento Cloud script configurations

6. Static Content Deployment.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Static Content Deployment
2+
3+
#### 6.1 Demonstrate ability to move SCD to build phase
4+
5+
#### 6.2 Demonstrate ability to avoid SCD on both phases
6+
7+
#### 6.3 Describe how to generate static content on demand

7. Development.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Development
2+
3+
#### 7.1 Demonstrate ability to change configurations
4+
5+
#### 7.2 Demonstrate ability to change a locale
6+
7+
#### 7.3 Demonstrate ability to add extensions
8+
9+
#### 7.4 Demonstrate ability to enable / disable a module
10+
11+
#### 7.5 Demonstrate ability to set up a multisite configuration
12+
13+
#### 7.6 Demonstrate ability to use variables

8. Troubleshooting.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Troubleshooting
2+
3+
#### 8.1 Troubleshooting
4+
5+
#### 8.2 Demonstrate ability to create snapshots and backups
6+
7+
#### 8.3 Demonstrate ability to debug
8+
9+
#### 8.4 Demonstrate ability to apply Magento fixes in patches
10+
11+
#### 8.5 Describe branch synchronization

9. Go Live and Maintenance.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Go Live and Maintenance
2+
3+
#### 9.1 Demonstrate ability to configure DNS
4+
5+
#### 9.2 Demonstrate ability to set up and configure Fastly
6+
7+
#### 9.3 Demonstrate ability to upgrade to a new version
8+
9+
#### 9.4 Demonstrate ability to upsize

0 commit comments

Comments
 (0)